fix compile error with latest Arduino32 core

needs proper fix from upstream library
This commit is contained in:
Jason2866 2022-04-24 16:04:46 +02:00 committed by GitHub
parent ffaa9efbde
commit c6120614d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@
#include <Arduino.h>
#ifndef SPECIAL
#define SPECIAL 0xF0
#endif
#ifndef ESP32
class ESP8266SPIRAM {
@ -364,4 +368,4 @@ class ESP8266SPIRAM {
#endif // ESP32
#endif
#endif