diff options
Diffstat (limited to 'demos/STM32/HAL-STM32F407-DISCOVERY/osalconf.h')
-rw-r--r-- | demos/STM32/HAL-STM32F407-DISCOVERY/osalconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/HAL-STM32F407-DISCOVERY/osalconf.h b/demos/STM32/HAL-STM32F407-DISCOVERY/osalconf.h index aa0f1bcd4..d3819da12 100644 --- a/demos/STM32/HAL-STM32F407-DISCOVERY/osalconf.h +++ b/demos/STM32/HAL-STM32F407-DISCOVERY/osalconf.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _OSALCONF_H_
-#define _OSALCONF_H_
+#ifndef OSALCONF_H
+#define OSALCONF_H
/**
* @brief Frequency in Hertz of the system tick.
@@ -62,6 +62,6 @@ }
#endif
-#endif /* _OSALCONF_H_ */
+#endif /* OSALCONF_H */
/** @} */
|