mirror of https://github.com/arendst/Tasmota.git
Fixed include for tasmota32 build
This commit is contained in:
parent
27288ac603
commit
150a8baf29
|
@ -27,7 +27,7 @@
|
|||
#ifndef LedControl_h
|
||||
#define LedControl_h
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
#include <pgmspace.h>
|
||||
|
||||
#if (ARDUINO >= 100)
|
||||
#include <Arduino.h>
|
||||
|
|
Loading…
Reference in New Issue