Fix code style

This commit is contained in:
2020-09-27 22:13:49 +02:00
parent 84c747c81c
commit eec15df271
4 changed files with 13 additions and 10 deletions

View File

@@ -42,8 +42,8 @@ int watchdog_ack(uint32_t magic);
/**
* @brief Check if reset was generated by the watchdog.
* @note This also clears the relevant flag, so the function will reutrn false when called a second time
* @return
* @note This also clears the relevant flag, so the function will return false when called a second time
* @return true, if reset was generated by the watchdog
*/
bool watchdog_check_reset_source(void);