drivers: watchdog: Trivial style cleanup
Cleanup coding style. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
e833fafd4b
commit
549fbae43b
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief Pause watchdog timer when CPU is in sleep state.
|
||||
*/
|
||||
#define WDT_OPT_PAUSE_IN_SLEEP BIT(0)
|
||||
#define WDT_OPT_PAUSE_IN_SLEEP BIT(0)
|
||||
|
||||
/**
|
||||
* @brief Pause watchdog timer when CPU is halted by the debugger.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue