|
From: | 郭 flying pig |
Subject: | RE: [Paparazzi-devel] flag change |
Date: | Sat, 18 Jul 2009 19:11:51 +0000 |
hi there does that mean ap.CFLAGS += -DDOWNLINK -DUSE_UART0 -DDOWNLINK_TRANSPORT=PprzTransport -DDOWNLINK_FBW_DEVICE=Uart0 -DDOWNLINK_AP_DEVICE=Uart0 -DPPRZ_UART=Uart0 -DDATALINK=PPRZ -DUART0_BAUD=B57600 ap.srcs += downlink.c $(SRC_ARCH)/uart_hw.c datalink.c pprz_transport.c will go to ap.CFLAGS += -DBOARD_DOWNLINK -DBOARD_USE_UART0 -DBOARD_DOWNLINK_TRANSPORT=PprzTransport -DBOARD_DOWNLINK_FBW_DEVICE=Uart0 -DBOARD_DOWNLINK_AP_DEVICE=Uart0 -DPPRZ_UART=Uart0 -DDATALINK=PPRZ -DUART0_BAUD=B57600 ap.srcs += downlink.c $(SRC_ARCH)/uart_hw.c datalink.c pprz_transport.c am i right? Chen > Date: Sat, 18 Jul 2009 20:41:25 +0200 > From: address@hidden > To: address@hidden > Subject: [Paparazzi-devel] flag change > > Hello world > > I have changed the name of a low level flag which is used to include > boards specific definitions > > in the makefile part or your airframe you used to have something like > > ap.CFLAGS += -DCONFIG=\"tiny.h\" > > please replace that with > > ap.CFLAGS += -DBOARD_CONFIG=\"tiny.h\" > > Poine > > > _______________________________________________ > Paparazzi-devel mailing list > address@hidden > http://lists.nongnu.org/mailman/listinfo/paparazzi-devel 用部落格分享照片、影音、趣味小工具和最愛清單,盡情秀出你自己 — Windows Live Spaces |
[Prev in Thread] | Current Thread | [Next in Thread] |