diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-11-10 20:38:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-10 20:38:24 +0300 |
commit | a9bd529ab54f0e74f73cf08cbb96752274e28d2c (patch) | |
tree | 4059c8d865832e8ce5a10bc391c3a8e1204fae9e /testhal/STM32/STM32F3xx/TIMCAP/mcuconf.h | |
parent | 8f00b3af4d9ce8d711f07551d77d0d923c615b19 (diff) | |
parent | ff515eec71d277d8beac2a0a608990508ce83ff1 (diff) | |
download | ChibiOS-Contrib-a9bd529ab54f0e74f73cf08cbb96752274e28d2c.tar.gz ChibiOS-Contrib-a9bd529ab54f0e74f73cf08cbb96752274e28d2c.tar.bz2 ChibiOS-Contrib-a9bd529ab54f0e74f73cf08cbb96752274e28d2c.zip |
Merge pull request #99 from pl4nkton/stm32_fixes
Stm32 fixes
Diffstat (limited to 'testhal/STM32/STM32F3xx/TIMCAP/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F3xx/TIMCAP/mcuconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/STM32F3xx/TIMCAP/mcuconf.h b/testhal/STM32/STM32F3xx/TIMCAP/mcuconf.h index 60b9854..badcd95 100644 --- a/testhal/STM32/STM32F3xx/TIMCAP/mcuconf.h +++ b/testhal/STM32/STM32F3xx/TIMCAP/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 */
|