1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2016-03-15 22:04:57 +10:00
parent 33636bb847
commit 324711ddda
9 changed files with 59 additions and 54 deletions

View file

@ -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"