Skip to content

Commit 7beb5d5

Browse files
soburiDhruvaG2000
authored andcommitted
Arduino.h: Give priority to include path for the command line.
ArduinoAPI.h is loaded with priority from the path specified on the command line. This is part of coexisting with a rust implementation. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent fee59bb commit 7beb5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#pragma once
88

9-
#include "api/ArduinoAPI.h"
9+
#include <api/ArduinoAPI.h>
1010

1111
#include <zephyr/kernel.h>
1212
#include <zephyr/drivers/gpio.h>

0 commit comments

Comments
 (0)