diff options
Diffstat (limited to 'robot/makefile')
| -rw-r--r-- | robot/makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/robot/makefile b/robot/makefile index fb30b7e..1036a26 100644 --- a/robot/makefile +++ b/robot/makefile @@ -4,7 +4,7 @@ AVRDUDE_DEVICE = m328p  DEVICE ?= atmega168  MCU ?= atmega168  AVRDUDE_DEVICE ?= m168 -SIM =  +SIM = true  PORT ?= /dev/ttyACM0 |