mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-08 09:22:49 +00:00
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_PORT PORTB
|
||||||
#define AUX_LINE_PIN PINB
|
#define AUX_LINE_PIN PINB
|
||||||
#define AUX_LINE_DDR DDRB
|
#define AUX_LINE_DDR DDRB
|
||||||
#if (BOARD == BOARD_U2S)
|
#if (BOARD == BOARD_U2S)
|
||||||
#define AUX_LINE_MASK (1 << 0)
|
#define AUX_LINE_MASK (1 << 0)
|
||||||
#else
|
#else
|
||||||
#define AUX_LINE_MASK (1 << 4)
|
#define AUX_LINE_MASK (1 << 4)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ENABLE_ISP_PROTOCOL
|
#define ENABLE_ISP_PROTOCOL
|
||||||
#define ENABLE_XPROG_PROTOCOL
|
#define ENABLE_XPROG_PROTOCOL
|
||||||
|
Loading…
Reference in New Issue
Block a user