Skip to content

Commit

Permalink
Update Adafruit_NeoPixel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball authored Jul 19, 2021
1 parent e2dd44b commit 88c1ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_NeoPixel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ extern "C" void rp2040Show(

#if defined(ESP8266)
// ESP8266 show() is external to enforce ICACHE_RAM_ATTR execution
extern "C" void IRAM_ATTR void espShow(
extern "C" IRAM_ATTR void espShow(
uint16_t pin, uint8_t *pixels, uint32_t numBytes, uint8_t type);
#elif defined(ESP32)
extern "C" void espShow(
Expand Down

0 comments on commit 88c1ef5

Please sign in to comment.