Skip to content

Commit 951d833

Browse files
committed
Remove Nullptr.h from Arduino.h
The nullptr define should only be used inside unittest functions, elsewhere it breaks code.
1 parent 1360a97 commit 951d833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/arduino/Arduino.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Where possible, variable names from the Arduino library are used to avoid confli
1515
#include "Stream.h"
1616
#include "HardwareSerial.h"
1717
#include "SPI.h"
18-
#include "Nullptr.h"
1918

2019
typedef bool boolean;
2120
typedef uint8_t byte;

0 commit comments

Comments
 (0)