diff options
Diffstat (limited to 'examples/BlinkNetworkRPi/Makefile')
| -rw-r--r-- | examples/BlinkNetworkRPi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BlinkNetworkRPi/Makefile b/examples/BlinkNetworkRPi/Makefile index 02b7a2b..15e565e 100644 --- a/examples/BlinkNetworkRPi/Makefile +++ b/examples/BlinkNetworkRPi/Makefile @@ -13,7 +13,7 @@ BOARD_TAG = attiny85at8 AVRDUDE_CONF=/usr/local/etc/avrdude.conf # Skip the monitor port existance check since it's not on our machine. -FORCE_MONITOR_PORT=(defined) +FORCE_MONITOR_PORT=true MONITOR_PORT=/dev/spidev0.0 include ../../Arduino.mk |
