Fix indentation in the AVRISP-MKII AppConfig.h header.
This commit is contained in:
parent
ed922ff422
commit
9737a23271
1 changed files with 8 additions and 8 deletions
|
@ -46,11 +46,11 @@
|
|||
#define AUX_LINE_PORT PORTB
|
||||
#define AUX_LINE_PIN PINB
|
||||
#define AUX_LINE_DDR DDRB
|
||||
#if (BOARD == BOARD_U2S)
|
||||
#define AUX_LINE_MASK (1 << 0)
|
||||
#else
|
||||
#define AUX_LINE_MASK (1 << 4)
|
||||
#endif
|
||||
#if (BOARD == BOARD_U2S)
|
||||
#define AUX_LINE_MASK (1 << 0)
|
||||
#else
|
||||
#define AUX_LINE_MASK (1 << 4)
|
||||
#endif
|
||||
|
||||
#define ENABLE_ISP_PROTOCOL
|
||||
#define ENABLE_XPROG_PROTOCOL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue