X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=main.c;h=d12ed7af5288c90c49fc7253126790184501e1ff;hp=5f7a638848d076b703bf10d549535f77c8d70d5a;hb=f97044f0c5ecbbc665bd7ac1d454fd9479476a78;hpb=50f42a7b2f1a2be5be2a2e4207e304ce046d1965 diff --git a/main.c b/main.c index 5f7a638..d12ed7a 100644 --- a/main.c +++ b/main.c @@ -57,6 +57,7 @@ #include "cmdline.h" #include "callout.h" #include "rc_proto.h" +#include "spi_servo.h" #include "main.h" struct xbeeboard xbeeboard; @@ -618,6 +619,7 @@ int main(void) int8_t err; struct xbee_dev dev; + spi_servo_init(); #ifdef USE_USB SetupHardware();