From 9619fefdac7dd6cc3555bd83f2b930ede6830100 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 18 Jun 2019 00:53:19 -0700 Subject: [PATCH] Optional Param type missing (#276) --- src/internal/NeoEsp8266DmaMethod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/NeoEsp8266DmaMethod.h b/src/internal/NeoEsp8266DmaMethod.h index 827c74a..b755ff8 100644 --- a/src/internal/NeoEsp8266DmaMethod.h +++ b/src/internal/NeoEsp8266DmaMethod.h @@ -285,7 +285,7 @@ public: I2SC |= I2STXS; // Start transmission } - void ICACHE_RAM_ATTR Update() + void ICACHE_RAM_ATTR Update(bool) { // wait for not actively sending data while (!IsReadyToUpdate())