1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00

Fix missing include

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2018-10-27 20:57:31 +02:00
parent 42028d2ebf
commit d247712df4

View file

@ -31,6 +31,7 @@
#include "drivers/bus.h"
#include "drivers/pwm_output.h"
#include "common/maths.h"
#include "fc/config.h"