Quote:
|
Originally Posted by KenWittlief
make sure you comment out ALL the printF statements if you want to min the amount of code used
and they are in other places - like main.c - if you have only one printf statement the compiler dumps a TON of junk into your hex file.
|
actually, if you truly want the smallest code possible, don't include printf_lib in the first place (this will require commenting/taking out all the printf statements anyways)