Skip to content

Commit 3e65ab1

Browse files
committed
platform.txt: Fix include core api path issue.
Signed-off-by: zhanglinjing <[email protected]>
1 parent 6641f1c commit 3e65ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compiler.dsp_include.path={compiler.xmclib_include.path}/CMSIS/DSP/Include
5050
compiler.arduino_core.path={runtime.platform.path}/cores/arduino/api
5151
compiler.arduino_core_dep.path={compiler.arduino_core.path}/deprecated
5252
compiler.arduino_core_dep_avr.path={compiler.arduino_core.path}/deprecated-avr-comp/avr
53-
compiler.arduino_core_api.path= "-I{compiler.arduino_core_dep_avr.path}" "-I{compiler.arduino_core_dep.path}" "-I{compiler.arduino_core.path}"
53+
compiler.arduino_core_api.path= "-I{compiler.arduino_core_dep_avr.path}" "-I{compiler.arduino_core_dep.path}"
5454

5555
compiler.arm.cmsis.path= "-I{compiler.xmclib_include.path}/XMCLib/inc" "-I{compiler.dsp_include.path}" "-I{compiler.nn_include.path}" "-I{compiler.cmsis_include.path}" "-I{compiler.xmclib_include.path}/LIBS" "-I{build.variant.path}" "-I{build.variant.config_path}"
5656
compiler.avr_support.path= "-I{build.core.path}/avr"

0 commit comments

Comments
 (0)