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:
parent
845944e092
commit
e8bf26f7f3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user