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
I think these should be TIMER_REG_READ, TIMER_REG_WRITE, etc., because later on there is #define NOW() which reads the value of timer 2 count register. So it's probably a typo, but not in *_BASEADDR, but in define name.
Please excuse any naivety!
In https://github.com./esp8266/Arduino/blob/master/tools/sdk/include/eagle_soc.h#L151-L153 should these three lines not be using
PERIPHS_RTC_BASEADDR
instead ofPERIPHS_TIMER_BASEDDR
?Cheers,
Gavin.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: