Hi there,
I'd like to use AVRISP from the LUFA project for my teensy 2.0 board. I have changed the makefile:
MCU=atmega32u4 F_CPU = 16000000 TARGET_ADC_CHANNEL = 0
2 compile errors appear:
../..//LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h:306: error: "˜ADCSB' undeclared AVRISP.c:66: error: "˜clock_div_1' undeclared
Is there a resolution for this?