From 0867eccc3af98ff607f34be319bdba93476a09ab Mon Sep 17 00:00:00 2001 From: Youen Toupin Date: Sun, 1 Apr 2018 11:37:12 +0200 Subject: [PATCH] fixed vscode intellisens --- utility/LowLevel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utility/LowLevel.h b/utility/LowLevel.h index d18d387..73ac6eb 100644 --- a/utility/LowLevel.h +++ b/utility/LowLevel.h @@ -4,7 +4,10 @@ #include #ifdef VS_INTELLISENSE -#define __attribute__() +#define __attribute__(...) +#define digitalPinToPort(pin) 0 +#define digitalPinToBitMask(pin) 0 +#define portInputRegister(arg1) 0 #endif #if ARDUINO >= 100