aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:48:29 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:48:29 +0000
commit9d87c02c656e1924fcfcc564ccba6661fe73b427 (patch)
treec3d0d56b504357f0685e1fa6f48b39820f330ec8 /os
parentf594e27bcb2c7d09e998be159ef3f582137cf5dd (diff)
downloadChibiOS-9d87c02c656e1924fcfcc564ccba6661fe73b427.tar.gz
ChibiOS-9d87c02c656e1924fcfcc564ccba6661fe73b427.tar.bz2
ChibiOS-9d87c02c656e1924fcfcc564ccba6661fe73b427.zip
Change the macro on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10185 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/AVR/avr_pins.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/AVR/avr_pins.h b/os/hal/ports/AVR/avr_pins.h
index bcd5a10e2..b98ce2574 100644
--- a/os/hal/ports/AVR/avr_pins.h
+++ b/os/hal/ports/AVR/avr_pins.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _AVR_PINS_H_
-#define _AVR_PINS_H_
+#ifndef AVR_PINS_H
+#define AVR_PINS_H
#include <avr/io.h>
@@ -156,4 +156,4 @@
#warning "Device not supported by EXT driver"
#endif /* AVR_EXT_USE_PCINT10 */
-#endif /* _AVR_PINS_H_ */
+#endif /* AVR_PINS_H */