Fix missing actuators.h include in csc_servos leading to compiler warning

This commit is contained in:
Allen Ibara
2009-05-22 20:23:34 +00:00
parent 97f359b9e7
commit 263cd68cf5
+1
View File
@@ -3,6 +3,7 @@
#include "LPC21xx.h"
#include "std.h"
#include "sys_time.h"
#include "actuators.h"
#include "servos_direct_hw.h"
#define CSC_SERVOS_NB 4