1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

fixup! gnrc/lorawan: support for single channel gateways

This commit is contained in:
Gunar Schorcht 2021-10-27 00:33:02 +02:00
parent 5d489957ab
commit 51c9e7445a

View File

@ -50,7 +50,6 @@ static const uint32_t gnrc_lorawan_default_channels[] = {
#endif
};
#define GNRC_LORAWAN_DEFAULT_CHANNELS_NUMOF \
ARRAY_SIZE(gnrc_lorawan_default_channels) /**< Number of default channels */