aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx/crc/mcuconf_community.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F0xx/crc/mcuconf_community.h')
-rw-r--r--testhal/STM32/STM32F0xx/crc/mcuconf_community.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/mcuconf_community.h b/testhal/STM32/STM32F0xx/crc/mcuconf_community.h
index 8df78ec..bbd2608 100644
--- a/testhal/STM32/STM32F0xx/crc/mcuconf_community.h
+++ b/testhal/STM32/STM32F0xx/crc/mcuconf_community.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _MCUCONF_COMMUNITY_H_
-#define _MCUCONF_COMMUNITY_H_
+#ifndef MCUCONF_COMMUNITY_H
+#define MCUCONF_COMMUNITY_H
/*
* CRC driver system settings.
@@ -30,4 +30,4 @@
#define CRCSW_CRC16_TABLE TRUE
#define CRCSW_PROGRAMMABLE TRUE
-#endif
+#endif /* MCUCONF_COMMUNITY_H */