[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5693] i believe this is more correct :)
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5693] i believe this is more correct :) |
Date: |
Thu, 26 Aug 2010 01:49:40 +0000 |
Revision: 5693
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5693
Author: poine
Date: 2010-08-26 01:49:40 +0000 (Thu, 26 Aug 2010)
Log Message:
-----------
i believe this is more correct :)
Modified Paths:
--------------
paparazzi3/trunk/conf/autopilot/lisa_l_test_progs.makefile
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/radio_control_spektrum.makefile
Modified: paparazzi3/trunk/conf/autopilot/lisa_l_test_progs.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/lisa_l_test_progs.makefile 2010-08-26
01:46:00 UTC (rev 5692)
+++ paparazzi3/trunk/conf/autopilot/lisa_l_test_progs.makefile 2010-08-26
01:49:40 UTC (rev 5693)
@@ -153,7 +153,7 @@
test_rc_spektrum.CFLAGS +=
-DRADIO_CONTROL_SPEKTRUM_MODEL_H=\"radio_control/booz_radio_control_spektrum_dx7se.h\"
test_rc_spektrum.CFLAGS += -DRADIO_CONTROL_LINK=$(RADIO_CONTROL_LINK)
#test_rc_spektrum.CFLAGS += -DUSE_$(RADIO_CONTROL_LINK)
-D$(RADIO_CONTROL_LINK)_BAUD=B115200
-test_rc_spektrum.CFLAGS += -DOVERRIDE_UART3_IRQ_HANDLER
+test_rc_spektrum.CFLAGS += -DOVERRIDE_$(RADIO_CONTROL_LINK)_IRQ_HANDLER
test_rc_spektrum.srcs += $(SRC_BOOZ)/booz_radio_control.c
\
$(SRC_BOOZ)/radio_control/booz_radio_control_spektrum.c \
$(SRC_BOOZ_ARCH)/radio_control/booz_radio_control_spektrum_arch.c
Modified:
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/radio_control_spektrum.makefile
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/radio_control_spektrum.makefile
2010-08-26 01:46:00 UTC (rev 5692)
+++
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/radio_control_spektrum.makefile
2010-08-26 01:49:40 UTC (rev 5693)
@@ -11,7 +11,7 @@
ap.CFLAGS += -DRADIO_CONTROL_LED=$(RADIO_CONTROL_LED)
ap.CFLAGS += -DRADIO_CONTROL_LINK=$(RADIO_CONTROL_LINK)
#ap.CFLAGS += -DUSE_$(RADIO_CONTROL_LINK) -D$(RADIO_CONTROL_LINK)_BAUD=B115200
-ap.CFLAGS += -DOVERRIDE_UART3_IRQ_HANDLER
+ap.CFLAGS += -DOVERRIDE_$(RADIO_CONTROL_LINK)_IRQ_HANDLER
ap.srcs += $(SRC_BOOZ)/booz_radio_control.c \
$(SRC_BOOZ)/radio_control/booz_radio_control_spektrum.c \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5693] i believe this is more correct :),
antoine drouin <=