forked from mfulz_github/qmk_firmware
Fix indentation in the AVRISP-MKII AppConfig.h header.
This commit is contained in:
parent
ed922ff422
commit
9737a23271
@ -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…
x
Reference in New Issue
Block a user