1
0
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:
Martine Lenders 2020-01-20 15:19:29 +01:00 committed by GitHub
commit 9999cec199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
/**