diff options
Diffstat (limited to 'testhal/AVR/GPT/mcuconf.h')
-rw-r--r-- | testhal/AVR/GPT/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/AVR/GPT/mcuconf.h b/testhal/AVR/GPT/mcuconf.h index 36cf50bb6..69ec6da52 100644 --- a/testhal/AVR/GPT/mcuconf.h +++ b/testhal/AVR/GPT/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.
@@ -77,4 +77,4 @@ #define AVR_SPI_USE_SPI1 FALSE
#define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
|