Skip to content

Commit

Permalink
Merge pull request #220 from SebDominguez/master
Browse files Browse the repository at this point in the history
Update Arduino.h
  • Loading branch information
Heltec-Aaron-Lee committed Jan 27, 2022
2 parents 78be08d + ff0964d commit e23d349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cores/asr650x/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
#define bitClear(value, bit) ((value) &= ~(1UL << (bit)))
#define bit(b) (1 << (b))
#define _BV(b) (1UL << (b))
#define nullptr NULL
#define yield()

//#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion cores/asr6601/base/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#define bitClear(value, bit) ((value) &= ~(1UL << (bit)))
#define bit(b) (1 << (b))
#define _BV(b) (1UL << (b))
#define nullptr NULL

#define min(a, b) ((a)<(b)?(a):(b))
#define max(a, b) ((a)>(b)?(a):(b))
Expand Down

0 comments on commit e23d349

Please sign in to comment.