Skip to content

Commit e23d349

Browse files
Merge pull request #220 from SebDominguez/master
Update Arduino.h
2 parents 78be08d + ff0964d commit e23d349

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cores/asr650x/Arduino.h

-1
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

cores/asr6601/base/Arduino.h

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
#define bitClear(value, bit) ((value) &= ~(1UL << (bit)))
5959
#define bit(b) (1 << (b))
6060
#define _BV(b) (1UL << (b))
61-
#define nullptr NULL
6261

6362
#define min(a, b) ((a)<(b)?(a):(b))
6463
#define max(a, b) ((a)>(b)?(a):(b))

0 commit comments

Comments
 (0)