mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 04:21:00 +02:00
Wiring.h -> Arduino.h
This commit is contained in:
committed by
Ivan Grokhotkov
parent
a72b8d5635
commit
03f5d62323
@ -21,7 +21,6 @@
|
||||
#define Character_h
|
||||
|
||||
#include <ctype.h>
|
||||
#include "WTypes.h"
|
||||
#define isascii(__c) ((unsigned)(__c)<=0177)
|
||||
#define toascii(__c) ((__c)&0177)
|
||||
|
||||
|
Reference in New Issue
Block a user