[rtems commit] mcf5206elite/include/ds1307.h: Fix extra tokens at end of #endif warning

Joel Sherrill joel at rtems.org
Fri Mar 16 13:38:37 UTC 2018


Module:    rtems
Branch:    master
Commit:    ca866cc519b573ac69f87a9a3d9133c48036183b
Changeset: http://git.rtems.org/rtems/commit/?id=ca866cc519b573ac69f87a9a3d9133c48036183b

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Mar 14 15:24:37 2018 -0500

mcf5206elite/include/ds1307.h: Fix extra tokens at end of #endif warning

---

 bsps/m68k/mcf5206elite/include/ds1307.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/m68k/mcf5206elite/include/ds1307.h b/bsps/m68k/mcf5206elite/include/ds1307.h
index 8e5636a..ee7993c 100644
--- a/bsps/m68k/mcf5206elite/include/ds1307.h
+++ b/bsps/m68k/mcf5206elite/include/ds1307.h
@@ -38,4 +38,4 @@
 #define DS1307_NVRAM_END    (0x3F) /* End location of non-volatile memory */
 #define DS1307_NVRAM_SIZE   (56)   /* Size of non-volatile memory */
 
-#endif __RTC_DS1307__
+#endif /* __RTC_DS1307__ */



More information about the vc mailing list