Skip to content

Commit 7645c53

Browse files
committed
x
1 parent a719251 commit 7645c53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cores/arduino/zephyrCommon.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
#include "zephyrInternal.h"
99

1010
namespace {
11-
struct gpio_dt_spec local_gpio_dt(int) {
12-
struct gpio_dt_spec sp = {0};
13-
return sp;
14-
}
15-
1611
constexpr pin_size_t local_gpio_pin(int) {
1712
return 0;
1813
}

0 commit comments

Comments
 (0)