Fix for building issue on libretiny

This commit is contained in:
X-Ryl669 2023-11-06 16:36:10 +01:00
parent 7c7378b2b6
commit 095cfff1ba
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// ESP8266 does not have the Arduino PWM control registers
#if not defined ESP8266 && not defined ESP32
#if not defined ESP8266 && not defined ESP32 && not defined LIBRETINY
// Heavily based on Ken Shirriff's IRRemote library:
// https://github.com/shirriff/Arduino-IRremote