From 9d87c02c656e1924fcfcc564ccba6661fe73b427 Mon Sep 17 00:00:00 2001 From: tfateba Date: Wed, 26 Apr 2017 19:48:29 +0000 Subject: 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 --- os/hal/ports/AVR/avr_pins.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os') 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 @@ -156,4 +156,4 @@ #warning "Device not supported by EXT driver" #endif /* AVR_EXT_USE_PCINT10 */ -#endif /* _AVR_PINS_H_ */ +#endif /* AVR_PINS_H */ -- cgit v1.2.3