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.

This commit is contained in:
Dean Camera 2010-02-13 03:21:28 +00:00
parent c6f21fde62
commit de0ccb3d09
3 changed files with 9 additions and 2 deletions

View file

@ -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