mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
tests/driver_xbee: s/GPIO_NUMOF/GPIO_UNDEF/
This commit is contained in:
parent
55e0362814
commit
e0241dfcad
@ -26,8 +26,8 @@ extern "C" {
|
||||
static xbee_params_t xbee_params[] = {
|
||||
{ .uart = XBEE_UART,
|
||||
.baudrate = 9600U,
|
||||
.sleep_pin = GPIO_NUMOF,
|
||||
.status_pin = GPIO_NUMOF
|
||||
.sleep_pin = GPIO_UNDEF,
|
||||
.status_pin = GPIO_UNDEF
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user