The avr-gcc tag has no wiki summary.
0
votes
0answers
49 views
Embedded conditional code compaction
I'm porting some AVR code from PROGMEM/PGM_P to __flash, and I want to reduce the amount of conditional compilation I need to do in the code.
Here's all the code (but keep in mind that only the parts ...