Skip to content

Commit 80823d3

Browse files
authored
Update Arduino.h
removed `#define nullptr NULL` This issue is discussed here : ElectronicCats/CayenneLPP#27 also : bblanchon/ArduinoJson#1421 and : bblanchon/ArduinoJson#1355
1 parent 78be08d commit 80823d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/asr650x/Arduino.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#define bitClear(value, bit) ((value) &= ~(1UL << (bit)))
5656
#define bit(b) (1 << (b))
5757
#define _BV(b) (1UL << (b))
58-
#define nullptr NULL
5958
#define yield()
6059

6160
//#ifdef __cplusplus

0 commit comments

Comments
 (0)