diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-13 03:21:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-13 03:21:28 +0000 |
commit | de0ccb3d0905390f70f6c326d31222069c775225 (patch) | |
tree | fa9aaab7450e9d104574b729cf41f1b4af40aac9 /Projects/AVRISP-MKII/makefile | |
parent | c6f21fde628193c7957d84792215ecaa14d5beb7 (diff) | |
download | lufa-de0ccb3d0905390f70f6c326d31222069c775225.tar.gz lufa-de0ccb3d0905390f70f6c326d31222069c775225.tar.bz2 lufa-de0ccb3d0905390f70f6c326d31222069c775225.zip |
Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, to disable VTARGET detection on AVR models with an on-chip ADC.
Diffstat (limited to 'Projects/AVRISP-MKII/makefile')
-rw-r--r-- | Projects/AVRISP-MKII/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/makefile b/Projects/AVRISP-MKII/makefile index 2698de881..b0b26c24c 100644 --- a/Projects/AVRISP-MKII/makefile +++ b/Projects/AVRISP-MKII/makefile @@ -198,6 +198,7 @@ CDEFS += -DVTARGET_ADC_CHANNEL=2 CDEFS += -DENABLE_ISP_PROTOCOL
CDEFS += -DENABLE_XPROG_PROTOCOL
#CDEFS += -DXPROG_VIA_HARDWARE_USART
+#CDEFS += -DNO_VTARGET_DETECT
# Place -D or -U options here for ASM sources
|