Hi,
What happens if:
1) I push a button so APP_DIN_NotifyToggle gets called
2) I quickly push a button again, before the previous APP_DIN_NotifyToggle was finished?
Could I possibly see some problems with race conditions? Or can I trust that APP_DIN_NotifyToggle is run with no pre-emption??
I'm guessing the former would make the most sense. I'm also seeing some bugs which I suspect might be attributed to race conditions, but that might also be due to shared data between APP_Background and the notify hooks, now that I think of it...
Thank you! Jimi