aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/wdg.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/wdg.h')
-rw-r--r--os/hal/include/wdg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/wdg.h b/os/hal/include/wdg.h
index 764e0b2b1..b94575915 100644
--- a/os/hal/include/wdg.h
+++ b/os/hal/include/wdg.h
@@ -49,7 +49,7 @@
typedef enum {
WDG_UNINIT = 0, /**< Not initialized. */
WDG_STOP = 1, /**< Stopped. */
- WDG_READY = 2, /**< Ready. */
+ WDG_READY = 2 /**< Ready. */
} wdgstate_t;
#include "wdg_lld.h"