X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=d12ed7af5288c90c49fc7253126790184501e1ff;hb=f97044f0c5ecbbc665bd7ac1d454fd9479476a78;hp=5f7a638848d076b703bf10d549535f77c8d70d5a;hpb=ac0a51399fea5e3b0f3d8489b0c1319b216cf434;p=protos%2Fxbee-avr.git 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();