Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 20, 2022
1 parent b050d48 commit 0c9d998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchdog/watchdog_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int watchdog_init_and_start(void);

/** @brief Register handler to receive watchdog callback events.
*
* @warning The library only allows for one event handler to be registered
* @note The library only allows for one event handler to be registered
* at a time. A passed in event handler in this function will
* overwrite the previously set event handler.
*
Expand Down

0 comments on commit 0c9d998

Please sign in to comment.