diff options
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/templates/mcuconf.h b/os/hal/templates/mcuconf.h index 59cd772ba..bde70097d 100644 --- a/os/hal/templates/mcuconf.h +++ b/os/hal/templates/mcuconf.h @@ -14,6 +14,9 @@ limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
/*
* Platform drivers configuration.
* The following settings override the default settings present in
@@ -23,3 +26,5 @@ */
#define PLATFORM_MCUCONF
+
+#endif /* _MCUCONF_H_ */
|