From 788175c0883ca8b9aa5c46918c98cd906efdeb9b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 4 Jan 2016 15:11:17 +0000 Subject: HAL MISRA-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8687 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/wdg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include/wdg.h') 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" -- cgit v1.2.3