diff options
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 */
|