mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Merge pull request #13170 from miri64/gnrc_nettype/clean/iovec
gnrc_nettype: deprecate IOVEC type
This commit is contained in:
commit
9999cec199
@ -43,6 +43,10 @@ typedef enum {
|
||||
/**
|
||||
* @brief Not so much protocol but data type that is passed to network
|
||||
* devices using the netdev interface
|
||||
*
|
||||
* @deprecated Unused since https://github.com/RIOT-OS/RIOT/pull/11193.
|
||||
* Will be removed after 2020.10 release.
|
||||
*
|
||||
*/
|
||||
GNRC_NETTYPE_IOVEC = -2,
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user