mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
SCHEDULER: Move scheduler code to a separate directory
This commit is contained in:
parent
33636bb847
commit
324711ddda
9 changed files with 59 additions and 54 deletions
|
@ -24,9 +24,10 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include "platform.h"
|
||||
#include "scheduler.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
#include "build_config.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue