mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-11-23 20:56:27 +03:00
Update comment about system task
This commit is contained in:
parent
b34ff32f76
commit
6ca081739e
@ -79,6 +79,8 @@ void SystemTask_PushMessage(SystemTaskMessages message) {
|
||||
}
|
||||
|
||||
// TODO The whole SystemTask should go in its own class
|
||||
// BUT... it has to work with pure C callback (nrfx_gpiote_evt_handler) and i've still not found
|
||||
// a good design for that (the callback does not allow to pass a pointer to an instance...)
|
||||
void SystemTask(void *) {
|
||||
APP_GPIOTE_INIT(2);
|
||||
bool erase_bonds=false;
|
||||
|
Loading…
Reference in New Issue
Block a user