You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it intended that busy() return true if dma3 isn't complete? The if statement appears to do nothing otherwise. (Unless the act of reading TCD->CSR does some side-effect?)
The text was updated successfully, but these errors were encountered:
OctoWS2811/OctoWS2811_imxrt.cpp
Line 366 in 0e6d262
Is it intended that
busy()
return true ifdma3
isn't complete? Theif
statement appears to do nothing otherwise. (Unless the act of readingTCD->CSR
does some side-effect?)The text was updated successfully, but these errors were encountered: