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:
parent
c6f21fde62
commit
de0ccb3d09
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue