diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-26 19:48:29 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-26 19:48:29 +0000 |
commit | 9d87c02c656e1924fcfcc564ccba6661fe73b427 (patch) | |
tree | c3d0d56b504357f0685e1fa6f48b39820f330ec8 /os | |
parent | f594e27bcb2c7d09e998be159ef3f582137cf5dd (diff) | |
download | ChibiOS-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.h | 6 |
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 */
|