paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [5391] spektrum satellite binding


From: Eric
Subject: [paparazzi-commits] [5391] spektrum satellite binding
Date: Sun, 15 Aug 2010 20:27:38 +0000

Revision: 5391
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5391
Author:   lamestllama
Date:     2010-08-15 20:27:38 +0000 (Sun, 15 Aug 2010)
Log Message:
-----------
spektrum satellite binding

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-15 20:26:06 UTC 
(rev 5390)
+++ paparazzi3/trunk/sw/airborne/stm32/init_hw.h        2010-08-15 20:27:38 UTC 
(rev 5391)
@@ -54,6 +54,9 @@
 #ifdef USE_LED
 #include "led.h"
 #endif
+#ifdef RADIO_CONTROL_LINK
+#include "bind_hw.h"
+#endif
 #if defined USE_UART1 || defined USE_UART2 || defined USE_UART3
 #include "uart.h"
 #endif
@@ -149,6 +152,9 @@
 #ifdef USE_LED
   led_init();
 #endif
+#ifdef RADIO_CONTROL_LINK
+  bind_init();
+#endif
 #ifdef USE_UART1
   uart1_init();
 #endif




reply via email to

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