paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [6245] fix spektrum files


From: Felix Ruess
Subject: [paparazzi-commits] [6245] fix spektrum files
Date: Mon, 25 Oct 2010 21:58:05 +0000

Revision: 6245
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6245
Author:   flixr
Date:     2010-10-25 21:58:04 +0000 (Mon, 25 Oct 2010)
Log Message:
-----------
fix spektrum files

Modified Paths:
--------------
    
paparazzi3/trunk/sw/airborne/arch/lpc21/subsystems/radio_control/spektrum_arch.h
    
paparazzi3/trunk/sw/airborne/arch/stm32/subsystems/radio_control/spektrum_arch.h
    paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_dummy.h
    paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby.h
    
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby_9ch.h
    
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.c
    
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.h
    
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se.h
    
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se_joby.h

Modified: 
paparazzi3/trunk/sw/airborne/arch/lpc21/subsystems/radio_control/spektrum_arch.h
===================================================================
--- 
paparazzi3/trunk/sw/airborne/arch/lpc21/subsystems/radio_control/spektrum_arch.h
    2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/arch/lpc21/subsystems/radio_control/spektrum_arch.h
    2010-10-25 21:58:04 UTC (rev 6245)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef BOOZ_RADIO_CONTROL_SPEKTRUM_ARCH_H
-#define BOOZ_RADIO_CONTROL_SPEKTRUM_ARCH_H
+#ifndef RADIO_CONTROL_SPEKTRUM_ARCH_H
+#define RADIO_CONTROL_SPEKTRUM_ARCH_H
 
 #include "std.h"
 #include "uart.h"
@@ -99,4 +99,4 @@
   }
 
 
-#endif /* BOOZ_RADIO_CONTROL_SPEKTRUM_ARCH_H */
+#endif /* RADIO_CONTROL_SPEKTRUM_ARCH_H */

Modified: 
paparazzi3/trunk/sw/airborne/arch/stm32/subsystems/radio_control/spektrum_arch.h
===================================================================
--- 
paparazzi3/trunk/sw/airborne/arch/stm32/subsystems/radio_control/spektrum_arch.h
    2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/arch/stm32/subsystems/radio_control/spektrum_arch.h
    2010-10-25 21:58:04 UTC (rev 6245)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef BOOZ_RADIO_CONTROL_SPEKTRUM_ARCH_H
-#define BOOZ_RADIO_CONTROL_SPEKTRUM_ARCH_H
+#ifndef RADIO_CONTROL_SPEKTRUM_ARCH_H
+#define RADIO_CONTROL_SPEKTRUM_ARCH_H
 
 
 /*
@@ -65,4 +65,4 @@
 
 extern void RadioControlEventImp(void (*_received_frame_handler)(void));
 
-#endif /* BOOZ_RADIO_CONTROL_SPEKTRUM_ARCH_H */
+#endif /* RADIO_CONTROL_SPEKTRUM_ARCH_H */

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_dummy.h
===================================================================
--- paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_dummy.h 
2010-10-25 21:57:57 UTC (rev 6244)
+++ paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_dummy.h 
2010-10-25 21:58:04 UTC (rev 6245)
@@ -22,11 +22,11 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef BOOZ_RADIO_CONTROL_NULL_H
-#define BOOZ_RADIO_CONTROL_NULL_H
+#ifndef RADIO_CONTROL_NULL_H
+#define RADIO_CONTROL_NULL_H
 
-#include "conf_radio_control_ppm.h"
+#include "radio.h"
 
 #define RadioControlEvent(_received_frame_handler) { }
 
-#endif /* BOOZ_RADIO_CONTROL_NULL_H */
+#endif /* RADIO_CONTROL_NULL_H */

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby.h
===================================================================
--- paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby.h  
2010-10-25 21:57:57 UTC (rev 6244)
+++ paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby.h  
2010-10-25 21:58:04 UTC (rev 6245)
@@ -22,8 +22,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef BOOZ_RADIO_CONTROL_JOBY_H
-#define BOOZ_RADIO_CONTROL_JOBY_H
+#ifndef RADIO_CONTROL_JOBY_H
+#define RADIO_CONTROL_JOBY_H
 
 #include "std.h"
 #include "uart.h"
@@ -72,4 +72,4 @@
   }
 
 
-#endif /* BOOZ_RADIO_CONTROL_JOBY_H */
+#endif /* RADIO_CONTROL_JOBY_H */

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby_9ch.h
===================================================================
--- 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby_9ch.h  
    2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_joby_9ch.h  
    2010-10-25 21:58:04 UTC (rev 6245)
@@ -21,8 +21,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef BOOZ_RADIO_CONTROL_JOBY_9CH_H
-#define BOOZ_RADIO_CONTROL_JOBY_9CH_H
+#ifndef RADIO_CONTROL_JOBY_9CH_H
+#define RADIO_CONTROL_JOBY_9CH_H
 
 #define RADIO_CONTROL_NB_CHANNEL 9
 
@@ -48,4 +48,4 @@
                         1, \
                         1 }
 
-#endif /* BOOZ_RADIO_CONTROL_JOBY_9CH_H */
+#endif /* RADIO_CONTROL_JOBY_9CH_H */

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.c
===================================================================
--- 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.c  
    2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.c  
    2010-10-25 21:58:04 UTC (rev 6245)
@@ -21,7 +21,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include "booz_radio_control_spektrum.h"
+#include "spektrum.h"
 
 /* Currently the functionality has been pushed into the arch directories
  * both arch directories contain essentially the original parser.

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.h
===================================================================
--- 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.h  
    2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum.h  
    2010-10-25 21:58:04 UTC (rev 6245)
@@ -22,15 +22,15 @@
  *
  */
 
-#ifndef BOOZ_RADIO_CONTROL_SPEKTRUM_H
-#define BOOZ_RADIO_CONTROL_SPEKTRUM_H
+#ifndef RADIO_CONTROL_SPEKTRUM_H
+#define RADIO_CONTROL_SPEKTRUM_H
 
-/* implemented in 
booz/arch/xxx/radio_control/booz_radio_control_spektrum_arch.c */
+/* implemented in arch/xxx/subsystems/radio_control/spektrum_arch.c */
 extern void radio_control_spektrum_try_bind(void);
 
-#include "radio_control/booz_radio_control_spektrum_arch.h"
-/* implemented in 
booz/arch/xxx/radio_control/booz_radio_control_spektrum_arch.c */
+#include <subsystems/radio_control/spektrum_arch.h>
+/* implemented in arch/xxx/subsystems/radio_control/spektrum_arch.c */
 
 #define RadioControlEvent(_received_frame_handler) 
RadioControlEventImp(_received_frame_handler)
 
-#endif /* BOOZ_RADIO_CONTROL_SPEKTRUM_H */
+#endif /* RADIO_CONTROL_SPEKTRUM_H */

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se.h
===================================================================
--- 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se.h
        2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se.h
        2010-10-25 21:58:04 UTC (rev 6245)
@@ -21,8 +21,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef BOOZ_RADIO_CONTROL_SPEKTRUM_DX7SE_H
-#define BOOZ_RADIO_CONTROL_SPEKTRUM_DX7SE_H
+#ifndef RADIO_CONTROL_SPEKTRUM_DX7SE_H
+#define RADIO_CONTROL_SPEKTRUM_DX7SE_H
 
 #define RADIO_CONTROL_NB_CHANNEL 7
 #define RADIO_CONTROL_ROLL       0
@@ -51,4 +51,4 @@
   throttle 5
 */
 
-#endif /* BOOZ_RADIO_CONTROL_SPEKTRUM_DX7SE_H */
+#endif /* RADIO_CONTROL_SPEKTRUM_DX7SE_H */

Modified: 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se_joby.h
===================================================================
--- 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se_joby.h
   2010-10-25 21:57:57 UTC (rev 6244)
+++ 
paparazzi3/trunk/sw/airborne/subsystems/radio_control/radio_control_spektrum_dx7se_joby.h
   2010-10-25 21:58:04 UTC (rev 6245)
@@ -21,8 +21,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef BOOZ_RADIO_CONTROL_SPEKTRUM_DX7SE_H
-#define BOOZ_RADIO_CONTROL_SPEKTRUM_DX7SE_H
+#ifndef RADIO_CONTROL_SPEKTRUM_DX7SE_H
+#define RADIO_CONTROL_SPEKTRUM_DX7SE_H
 
 #define RADIO_CONTROL_NB_CHANNEL 7
 
@@ -51,4 +51,4 @@
   throttle 5
 */
 
-#endif /* BOOZ_RADIO_CONTROL_SPEKTRUM_DX7SE_H */
+#endif /* RADIO_CONTROL_SPEKTRUM_DX7SE_H */




reply via email to

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