I have tried built my small app. My CPU is AT Mega168PA. But when I try build it I have got warning "Device not defined" Error in io.h. There is defined only
MEGA168 and Mega168A for iom168.h
Mega168P for iom168p.h
#elif defined (__AVR_ATmega168__) || defined (__AVR_ATmega168A__) # include#elif defined (__AVR_ATmega168P__) # include
My question: Can I change io.h and use iom168p.h definition file for MEGA168PA ?