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

drivers/include: add NETDEV_NRF24L01P_NG

This commit is contained in:
Fabian Hüßler 2020-12-01 13:43:22 +01:00
parent dc9e915231
commit 063ff60890

View File

@ -316,6 +316,7 @@ typedef enum {
NETDEV_SX127X,
NETDEV_SAM0_ETH,
NETDEV_ESP_NOW,
NETDEV_NRF24L01P_NG,
/* add more if needed */
} netdev_type_t;
/** @} */