mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
fix include file order on flight imu unit test
This commit is contained in:
parent
89d2c3152f
commit
126f94b2c1
1 changed files with 1 additions and 1 deletions
|
@ -29,9 +29,9 @@
|
|||
#include "escservo.h"
|
||||
#include "rc_controls.h"
|
||||
#include "rx_common.h"
|
||||
#include "telemetry_common.h"
|
||||
#include "drivers/serial_common.h"
|
||||
#include "serial_common.h"
|
||||
#include "telemetry_common.h"
|
||||
#include "failsafe.h"
|
||||
#include "runtime_config.h"
|
||||
#include "config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue