Optional Param type missing (#276)

This commit is contained in:
Michael Miller
2019-06-18 00:53:19 -07:00
committed by GitHub
parent 28a67d463d
commit 9619fefdac

View File

@@ -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())