drivers: watchdog: Trivial style cleanup

Cleanup coding style.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2019-09-24 15:06:11 +03:00 committed by Maureen Helm
commit 549fbae43b
2 changed files with 2 additions and 2 deletions

View file

@ -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.