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

drivers/netdev: add NETDEV_ESP_ETH type

This commit is contained in:
Gunar Schorcht 2022-08-02 09:32:42 +02:00
parent 24ff493d04
commit 184e411355

View File

@ -329,6 +329,7 @@ typedef enum {
NETDEV_ENCX24J600,
NETDEV_ATWINC15X0,
NETDEV_KW2XRF,
NETDEV_ESP_ETH,
/* add more if needed */
} netdev_type_t;
/** @} */