fixed vscode intellisens
This commit is contained in:
parent
33215645db
commit
0867eccc3a
@ -4,7 +4,10 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef VS_INTELLISENSE
|
||||
#define __attribute__()
|
||||
#define __attribute__(...)
|
||||
#define digitalPinToPort(pin) 0
|
||||
#define digitalPinToBitMask(pin) 0
|
||||
#define portInputRegister(arg1) 0
|
||||
#endif
|
||||
|
||||
#if ARDUINO >= 100
|
||||
|
Loading…
Reference in New Issue
Block a user