File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#include "core-extend/Common.h"
10
10
#include "core-extend/HardwareSerial.h"
11
+ #include "core-extend/Yield.h"
11
12
12
13
#endif // _ARDUINO_MBED_BRIDGE_CORE_EXTEND_ARDUINOAPI_H_
Original file line number Diff line number Diff line change
1
+ /*
2
+ // This file is subject to the terms and conditions defined in
3
+ // file 'LICENSE.md', which is part of this source code package.
4
+ */
5
+
6
+ #ifndef _ARDUINO_MBED_BRIDGE_CORE_EXTEND_ARDUINOAPI_H_
7
+ #define _ARDUINO_MBED_BRIDGE_CORE_EXTEND_ARDUINOAPI_H_
8
+
9
+ void yield ( void );
10
+
11
+ #endif // _ARDUINO_MBED_BRIDGE_CORE_EXTEND_ARDUINOAPI_H_
Original file line number Diff line number Diff line change
1
+ /*
2
+ // This file is subject to the terms and conditions defined in
3
+ // file 'LICENSE.md', which is part of this source code package.
4
+ */
5
+
6
+ #include " core-extend/Yield.h"
7
+
8
+ void yield ( void ){
9
+ // do nothing
10
+ }
You can’t perform that action at this time.
0 commit comments