SKcoch / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

Some options not specifiable to OFF state. #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The revised makefile structure would theoretically allow you to say:
 make atmega328 SOFT_UART=0 LED_DATA_FLASH=0
except the implementation of some of these options in the C program uses 
"#ifdef", and will treat 0 as enabling the feature, rather than disabling it.
All of these options default to "OFF", so it should never be necessary to 
specify the OPTION=0 form, but... it still ought to work.

Original issue reported on code.google.com by wes...@gmail.com on 11 Apr 2013 at 8:33