Skip to content

Commit d7a7b18

Browse files
author
Federico Fissore
committed
AVR patch is not properly formatted. Fixed
Signed-off-by: Federico Fissore <f.fissore@arduino.cc>
1 parent cad108b commit d7a7b18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/arduino.cc/builder/test/downloaded_stuff_patches/avr_platform_patch.patch

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
--- a/downloaded_hardware/arduino/avr/platform.txt.orig 2015-11-11 17:20:47.731372477 +0100
2-
+++ b/downloaded_hardware/arduino/avr/platform.txt 2015-11-11 17:21:21.463373279 +0100
1+
diff --git a/downloaded_hardware/arduino/avr/platform.txt b/downloaded_hardware/arduino/avr/platform.txt
2+
index 537fcc5..4e526d9 100644
3+
--- a/downloaded_hardware/arduino/avr/platform.txt
4+
+++ b/downloaded_hardware/arduino/avr/platform.txt
35
@@ -88,6 +88,9 @@
46
preproc.macros.flags=-w -x c++ -E -CC
57
recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.macros.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}"

0 commit comments

Comments
 (0)