diff options
Diffstat (limited to 'testhal/KINETIS/ADC/mcuconf.h')
-rw-r--r-- | testhal/KINETIS/ADC/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/KINETIS/ADC/mcuconf.h b/testhal/KINETIS/ADC/mcuconf.h index 6264c96d1..97a0176dd 100644 --- a/testhal/KINETIS/ADC/mcuconf.h +++ b/testhal/KINETIS/ADC/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* STM32F0xx drivers configuration.
@@ -78,4 +78,4 @@ */
#define KINETIS_ADC_USE_ADC0 TRUE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|