[pprzlink] fix xbee autobaud init

This commit is contained in:
Gautier Hattenberger
2016-01-27 16:50:21 +01:00
parent 05961878b5
commit 9ac9473efc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();