mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #3190 from authmillenon/auto_init/fix/fix-debug-output
auto_init_ng_netif: fix DEBUG output for xbee
This commit is contained in:
commit
aeff85f501
@ -48,8 +48,8 @@ static char _nomac_stacks[XBEE_MAC_STACKSIZE][XBEE_NUM];
|
||||
void auto_init_xbee(void)
|
||||
{
|
||||
for (int i = 0; i < XBEE_NUM; i++) {
|
||||
DEBUG("Initializing XBee radio at UART_%i\n", i);
|
||||
const xbee_params_t *p = &xbee_params[i];
|
||||
DEBUG("Initializing XBee radio at UART_%i\n", p->uart);
|
||||
int res = xbee_init(&xbee_devs[i],
|
||||
p->uart,
|
||||
p->baudrate,
|
||||
|
Loading…
Reference in New Issue
Block a user