paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5412] updated to suit move of spektrum bind functio


From: Eric
Subject: [paparazzi-commits] [5412] updated to suit move of spektrum bind function
Date: Tue, 17 Aug 2010 06:26:21 +0000

Revision: 5412
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5412
Author:   lamestllama
Date:     2010-08-17 06:26:20 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
updated to suit move of spektrum bind function

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/stm32/init_hw.h

Modified: paparazzi3/trunk/sw/airborne/stm32/init_hw.h
===================================================================
--- paparazzi3/trunk/sw/airborne/stm32/init_hw.h        2010-08-17 04:55:51 UTC 
(rev 5411)
+++ paparazzi3/trunk/sw/airborne/stm32/init_hw.h        2010-08-17 06:26:20 UTC 
(rev 5412)
@@ -55,7 +55,7 @@
 #include "led.h"
 #endif
 #ifdef RADIO_CONTROL_LINK
-#include "bind_hw.h"
+#include "booz/radio_control/booz_radio_control_spektrum.h"
 #endif
 #if defined USE_UART1 || defined USE_UART2 || defined USE_UART3
 #include "uart.h"
@@ -153,7 +153,7 @@
   led_init();
 #endif
 #ifdef RADIO_CONTROL_LINK
-  bind_init();
+  radio_control_spektrum_try_bind();
 #endif
 #ifdef USE_UART1
   uart1_init();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]