Update NeoEsp8266DmaMethod.h (#246)

This commit is contained in:
Michael Miller
2019-01-14 17:32:08 -08:00
committed by GitHub
parent 57bf7e83cb
commit 6c9270f4cd

View File

@@ -143,8 +143,6 @@ public:
~NeoEsp8266DmaMethodBase()
{
digitalWrite(4, HIGH);
uint8_t waits = 1;
while (!IsReadyToUpdate())
{
@@ -160,8 +158,6 @@ public:
yield();
}
digitalWrite(4, LOW);
StopDma();
s_this = nullptr;