aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/EEProm/mcuconf.h
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-05-07 22:47:53 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-11-08 20:49:05 +0100
commita52e98875024ada52b9f1e912c12f0bbec231bb2 (patch)
tree74bc10322f89ead776994b67af75712a3a3a8895 /testhal/STM32/STM32F3xx/EEProm/mcuconf.h
parent8f00b3af4d9ce8d711f07551d77d0d923c615b19 (diff)
downloadChibiOS-Contrib-a52e98875024ada52b9f1e912c12f0bbec231bb2.tar.gz
ChibiOS-Contrib-a52e98875024ada52b9f1e912c12f0bbec231bb2.tar.bz2
ChibiOS-Contrib-a52e98875024ada52b9f1e912c12f0bbec231bb2.zip
update stm32 testhal / demo headers
Diffstat (limited to 'testhal/STM32/STM32F3xx/EEProm/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F3xx/EEProm/mcuconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/STM32F3xx/EEProm/mcuconf.h b/testhal/STM32/STM32F3xx/EEProm/mcuconf.h
index 60b9854..badcd95 100644
--- a/testhal/STM32/STM32F3xx/EEProm/mcuconf.h
+++ b/testhal/STM32/STM32F3xx/EEProm/mcuconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* STM32F3xx drivers configuration.
@@ -255,4 +255,4 @@
*/
#include "mcuconf_community.h"
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */