diff options
Diffstat (limited to 'demos/AVR/RT-ARDUINO-LEONARDO/Makefile')
-rw-r--r-- | demos/AVR/RT-ARDUINO-LEONARDO/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile index 506592974..de8f8f5ee 100644 --- a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile +++ b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile @@ -39,6 +39,9 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# Configuration of Smart Build. (can be yes, no) +USE_SMART_BUILD = yes + # MCU name MCU = atmega32u4 |