1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

gnrc_nettype: add GNRC_NETTYPE_LORAWAN type

This commit is contained in:
Jose Alamos 2019-03-07 16:19:52 +01:00
parent 845944e092
commit e8bf26f7f3

View File

@ -119,6 +119,10 @@ typedef enum {
GNRC_NETTYPE_NDN, /**< Protocol is NDN */
#endif
#ifdef MODULE_GNRC_LORAWAN
GNRC_NETTYPE_LORAWAN, /**< Protocol is LoRaWAN */
#endif
/**
* @{
* @name Testing