mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
Init for the sys_time_periodic() function
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
int main( void ) {
|
||||
Fbw(init);
|
||||
Ap(init);
|
||||
InitSysTimePeriodic()
|
||||
while (1) {
|
||||
if (sys_time_periodic()) {
|
||||
Fbw(periodic_task);
|
||||
|
||||
Reference in New Issue
Block a user