mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
Fix missing actuators.h include in csc_servos leading to compiler warning
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#include "LPC21xx.h"
|
#include "LPC21xx.h"
|
||||||
#include "std.h"
|
#include "std.h"
|
||||||
#include "sys_time.h"
|
#include "sys_time.h"
|
||||||
|
#include "actuators.h"
|
||||||
#include "servos_direct_hw.h"
|
#include "servos_direct_hw.h"
|
||||||
|
|
||||||
#define CSC_SERVOS_NB 4
|
#define CSC_SERVOS_NB 4
|
||||||
|
|||||||
Reference in New Issue
Block a user