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 40a625b commit 1aba03aCopy full SHA for 1aba03a
platform.txt
@@ -12,7 +12,7 @@ version=1.6.2
12
# ---------------------
13
14
# Default "compiler.path" is correct, change only if you want to overidde the initial value
15
-compiler.path={runtime.tools.avr-gcc-4.8.1-arduino.path}/bin/
+compiler.path={runtime.tools.avr-gcc.path}/bin/
16
compiler.c.cmd=avr-gcc
17
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD
18
# -w flag added to avoid printing a wrong warning http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59396
0 commit comments