[PATCH 01/12] mcf5206elite/include/ds1307.h: Fix extra tokens at end of #endif warning
Joel Sherrill
joel at rtems.org
Thu Mar 15 22:35:50 UTC 2018
---
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__ */
--
1.8.3.1
More information about the devel
mailing list