1
0
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:
Hauke Petersen 2015-06-14 16:13:17 +02:00
parent 55e0362814
commit e0241dfcad

View File

@ -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
},
};