Skip to content

Commit 41ae538

Browse files
committed
Remove ZephyrPrint to use mainline API
1 parent dc24cf0 commit 41ae538

File tree

4 files changed

+0
-294
lines changed

4 files changed

+0
-294
lines changed

cores/arduino/Arduino.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,5 @@ int digitalPinToInterrupt(pin_size_t pin);
104104

105105
#include <variant.h>
106106
#ifdef __cplusplus
107-
#include <zephyrPrint.h>
108107
#include <zephyrSerial.h>
109108
#endif // __cplusplus

cores/arduino/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ zephyr_include_directories(../../variants)
44

55
if(NOT DEFINED ARDUINO_BUILD_PATH)
66

7-
zephyr_sources(zephyrPrint.cpp)
87
zephyr_sources(zephyrSerial.cpp)
98
zephyr_sources(zephyrCommon.cpp)
109

cores/arduino/zephyrPrint.cpp

Lines changed: 0 additions & 102 deletions
This file was deleted.

cores/arduino/zephyrPrint.h

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)