We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147941f commit f6ad7a8Copy full SHA for f6ad7a8
sparkfun/avr/bootloaders/optiboot/Makefile
@@ -24,10 +24,10 @@ PROGRAM = optiboot
24
# Arduino user IDE setup, or the Arduino source tree.
25
# Uncomment this next lines to build within the arduino environment,
26
# using the arduino-included avrgcc toolset (mac and pc)
27
-# ENV ?= arduino
+ENV ?= arduino
28
# ENV ?= arduinodev
29
# OS ?= macosx
30
-# OS ?= windows
+OS ?= windows
31
32
33
# enter the parameters for the avrdude isp tool
0 commit comments