diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-10-03 22:29:10 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-10-03 22:29:10 +1000 |
commit | 1914573cd4eaea4579fc5fcfed47da517dece1d9 (patch) | |
tree | 20c4ab73115594cabd7699cededa83555baa82aa /LUFA/Drivers | |
parent | 8f33ba8237301e1053c72ee125cf721e5dd837e6 (diff) | |
download | lufa-1914573cd4eaea4579fc5fcfed47da517dece1d9.tar.gz lufa-1914573cd4eaea4579fc5fcfed47da517dece1d9.tar.bz2 lufa-1914573cd4eaea4579fc5fcfed47da517dece1d9.zip |
Whitespace fixes.
Diffstat (limited to 'LUFA/Drivers')
-rw-r--r-- | LUFA/Drivers/Board/AVR8/UNO/Board.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/LUFA/Drivers/Board/AVR8/UNO/Board.h b/LUFA/Drivers/Board/AVR8/UNO/Board.h index 5444eacd5..c9ca23de1 100644 --- a/LUFA/Drivers/Board/AVR8/UNO/Board.h +++ b/LUFA/Drivers/Board/AVR8/UNO/Board.h @@ -66,12 +66,12 @@ /* Macros: */ /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS - + /** Pin that can reset the main MCU. */ - #define AVR_RESET_LINE_PORT PORTD - #define AVR_RESET_LINE_DDR DDRD - #define AVR_RESET_LINE_PIN PIND - #define AVR_RESET_LINE_MASK (1 << PD7) + #define AVR_RESET_LINE_PORT PORTD + #define AVR_RESET_LINE_DDR DDRD + #define AVR_RESET_LINE_PIN PIND + #define AVR_RESET_LINE_MASK (1 << PD7) /* Disable C linkage for C++ Compilers: */ #if defined(__cplusplus) |