mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 13:55:51 +08:00
correct comments, booz2_datalink.c is now datalink.c
This commit is contained in:
@@ -268,7 +268,7 @@ test_datalink.srcs += $(SRC_ARCH)/uart_hw.c
|
||||
test_datalink.CFLAGS += -DDOWNLINK -DDOWNLINK_TRANSPORT=PprzTransport -DDOWNLINK_DEVICE=Uart2
|
||||
test_datalink.srcs += downlink.c pprz_transport.c
|
||||
test_datalink.CFLAGS += -DDATALINK=PPRZ -DPPRZ_UART=Uart2
|
||||
#test_datalink.srcs += $(SRC_BOOZ)/booz2_datalink.c
|
||||
#test_datalink.srcs += $(SRC_FIRMWARE)/datalink.c
|
||||
|
||||
#
|
||||
# tunnel
|
||||
|
||||
@@ -90,7 +90,7 @@ void ins_init() {
|
||||
#ifdef USE_INS_NAV_INIT
|
||||
ins_ltp_initialised = TRUE;
|
||||
|
||||
/** FIXME: should use the same code than MOVE_WP in booz2_datalink.c */
|
||||
/** FIXME: should use the same code than MOVE_WP in firmwares/rotorcraft/datalink.c */
|
||||
struct LlaCoor_i llh; /* Height above the ellipsoid */
|
||||
llh.lat = INT32_RAD_OF_DEG(NAV_LAT0);
|
||||
llh.lon = INT32_RAD_OF_DEG(NAV_LON0);
|
||||
|
||||
Reference in New Issue
Block a user