mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
[pprzlink] fix xbee autobaud init
This commit is contained in:
@@ -100,7 +100,7 @@ void downlink_init(void)
|
||||
#ifndef XBEE_INIT
|
||||
#define XBEE_INIT ""
|
||||
#endif
|
||||
xbee_transport_init(&xbee_tp, &((DefaultDevice).device), AC_ID, XBEE_TYPE, sys_time_usleep, XBEE_INIT);
|
||||
xbee_transport_init(&xbee_tp, &((DefaultDevice).device), AC_ID, XBEE_TYPE, XBEE_BAUD, sys_time_usleep, XBEE_INIT);
|
||||
#endif
|
||||
#if DATALINK == W5100
|
||||
w5100_init();
|
||||
|
||||
+1
-1
Submodule sw/ext/pprzlink updated: 1fa5218247...8fdb0c9823
Reference in New Issue
Block a user