aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/PWM/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/PWM/mcuconf.h')
-rw-r--r--testhal/AVR/PWM/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/AVR/PWM/mcuconf.h b/testhal/AVR/PWM/mcuconf.h
index e42cd7e14..638edd0d4 100644
--- a/testhal/AVR/PWM/mcuconf.h
+++ b/testhal/AVR/PWM/mcuconf.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* AVR drivers configuration.
@@ -81,4 +81,4 @@
#define AVR_SPI_USE_SPI1 FALSE
#define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */