From 6d57cf42581389fcb755deb81b74abae19daa20f Mon Sep 17 00:00:00 2001 From: tfateba Date: Wed, 26 Apr 2017 19:48:36 +0000 Subject: Change the macro on the hearder file. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10186 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/avr_timers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal') diff --git a/os/hal/ports/AVR/avr_timers.h b/os/hal/ports/AVR/avr_timers.h index 4e06c9373..42c275e20 100644 --- a/os/hal/ports/AVR/avr_timers.h +++ b/os/hal/ports/AVR/avr_timers.h @@ -14,8 +14,8 @@ limitations under the License. */ -#ifndef _AVR_TIMERS_H_ -#define _AVR_TIMERS_H_ +#ifndef AVR_TIMERS_H +#define AVR_TIMERS_H #include "mcuconf.h" @@ -52,4 +52,4 @@ #error "Timer 5 cannot simultaneously be used by multiple drivers." #endif -#endif /* _AVR_TIMERS_H_ */ +#endif /* AVR_TIMERS_H */ -- cgit v1.2.3