Skip to content

Commit

Permalink
updated to use radio_control subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
poine committed Feb 24, 2011
1 parent 29e4f16 commit 4326f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/airborne/booz/test/booz2_test_radio_control.c
Expand Up @@ -30,7 +30,7 @@

#include "downlink.h"

#include "booz/booz_radio_control.h"
#include "subsystems/radio_control.h"

static inline void main_init( void );
static inline void main_periodic_task( void );
Expand Down Expand Up @@ -65,7 +65,7 @@ static inline void main_periodic_task( void ) {
DOWNLINK_SEND_TIME(DefaultChannel, &blaaa);
});

RunOnceEvery(10, {radio_control_periodic();});
RunOnceEvery(10, {radio_control_periodic_task();});

int16_t foo = 0;//RC_PPM_SIGNED_TICS_OF_USEC(2050-1500);
RunOnceEvery(10,
Expand Down

0 comments on commit 4326f2a

Please sign in to comment.