[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5708] fixed broken call to bind
From: |
Eric |
Subject: |
[paparazzi-commits] [5708] fixed broken call to bind |
Date: |
Thu, 26 Aug 2010 14:55:59 +0000 |
Revision: 5708
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5708
Author: lamestllama
Date: 2010-08-26 14:55:59 +0000 (Thu, 26 Aug 2010)
Log Message:
-----------
fixed broken call to bind
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-26 14:18:08 UTC
(rev 5707)
+++ paparazzi3/trunk/sw/airborne/stm32/init_hw.h 2010-08-26 14:55:59 UTC
(rev 5708)
@@ -125,7 +125,7 @@
led_init();
#endif
/* for now this means using spektrum */
-#if defined USE_RADIO_CONTROL & defined RADIO_CONTROL_LINK & defined
RADIO_CONTROL_BIND_IMPL_FUNC
+#if defined USE_RADIO_CONTROL & defined RADIO_CONTROL_SPEKTRUM_PRIMARY_PORT &
defined RADIO_CONTROL_BIND_IMPL_FUNC
RADIO_CONTROL_BIND_IMPL_FUNC();
#endif
#ifdef USE_UART1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5708] fixed broken call to bind,
Eric <=