aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/EEProm/halconf_community.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F3xx/EEProm/halconf_community.h')
-rw-r--r--testhal/STM32/STM32F3xx/EEProm/halconf_community.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/testhal/STM32/STM32F3xx/EEProm/halconf_community.h b/testhal/STM32/STM32F3xx/EEProm/halconf_community.h
index 3916efb..f310a90 100644
--- a/testhal/STM32/STM32F3xx/EEProm/halconf_community.h
+++ b/testhal/STM32/STM32F3xx/EEProm/halconf_community.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _HALCONF_COMMUNITY_H_
-#define _HALCONF_COMMUNITY_H_
+#ifndef HALCONF_COMMUNITY_H
+#define HALCONF_COMMUNITY_H
/**
* @brief Enables the community overlay.
@@ -100,7 +100,7 @@
*/
#define ONEWIRE_USE_SEARCH_ROM TRUE
- /*===========================================================================*/
+/*===========================================================================*/
/* EEProm driver related settings. */
/*===========================================================================*/
@@ -115,7 +115,6 @@
*/
#define EEPROM_USE_EE25XX TRUE
-
-#endif /* _HALCONF_COMMUNITY_H_ */
+#endif /* HALCONF_COMMUNITY_H */
/** @} */