Skip to content

Commit

Permalink
drivers/digit7seg: add return value doc in header
Browse files Browse the repository at this point in the history
  • Loading branch information
plmorange committed Nov 22, 2024
1 parent 7a90d58 commit 8fbc29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/include/digit7seg.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int digit7seg_set_value(digit7seg_t *dev, int index, uint8_t value);
* @brief Start an periodic timer event to shift between each 7seg
*
* @param[in] dev Initialized device descriptor of DIGIT7SEG device
*
*
* @return 0 on sucess

Check failure on line 141 in drivers/include/digit7seg.h

View workflow job for this annotation

GitHub Actions / static-tests

There is a typo: sucess ==> success If this is a false positive, add it to dist/tools/codespell/ignored_words.txt. You can fix this interactively by calling CODESPELL_INTERACTIVE=1 BASE_BRANCH=master ./dist/tools/codespell/check.sh
* @return -1 if the timer was impossible to start
*/
Expand Down

0 comments on commit 8fbc29a

Please sign in to comment.