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
Analysis:
A InterruptIn variable is set as global.
With micro lib, during init, constructor InterruptIn is called, interruption context is then created.
Then still during init, destructor ~InterruptIn is also called, so all context is cleared.
It should be an "compilation optimization" error as the variable is then used.