espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.74k stars 741 forks source link

Fix BangleJS debug builds failing on bogus assert call #2415

Closed elima closed 10 months ago

elima commented 10 months ago

An assert with a bogus/outdated condition is failing debug builds for BangleJS. This patch fixes the condition by checking against IOEvent->flags field instead.

gfwilliams commented 10 months ago

Thanks! Wow, not sure how that got in