Skip to content

Commit

Permalink
fixup! sys/cb_mux: initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Blue committed May 1, 2018
1 parent 91e4d31 commit c35a342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/cb_mux.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ cb_mux_t *cb_mux_find_cbid(cb_mux_t *head, uint8_t cbid_val);
* Returns the oldest matching entry
*
* @param[in] head pointer to first list entry
* @param[in] flags flags to match
* @param[in] mask mask of which flag bits to check
* @param[in] flags flags bits to match
* @param[in] mask mask of which flag bits to search
*
* @return pointer to the list entry
*/
Expand Down

0 comments on commit c35a342

Please sign in to comment.