Skip to content
Snippets Groups Projects
Commit b6f9c333 authored by etagle's avatar etagle
Browse files

Adding hooks into the idle loop so HALs can execute 2nd plane tasks, such as...

Adding hooks into the idle loop so HALs can execute 2nd plane tasks, such as serving SD card read/writes requested from the USB MSD layer
parent 2ec4113c
No related branches found
No related tags found
No related merge requests found
......@@ -548,6 +548,10 @@ void idle(
lastUpdateMillis = millis();
}
#endif
#ifdef HAL_IDLETASK
HAL_idletask();
#endif
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment