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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/AVR/PWM/mcuconf.h b/testhal/AVR/PWM/mcuconf.h
index 995da47d9..b2340904b 100644
--- a/testhal/AVR/PWM/mcuconf.h
+++ b/testhal/AVR/PWM/mcuconf.h
@@ -14,6 +14,9 @@
limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
/*
* AVR drivers configuration.
* The following settings override the default settings present in
@@ -77,3 +80,5 @@
*/
#define AVR_SPI_USE_SPI1 FALSE
#define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
+
+#endif /* _MCUCONF_H_ */