1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

ng_nettype: adapt for new ethertype

This commit is contained in:
Martine Lenders 2015-05-15 22:17:02 +02:00
parent 02b31292df
commit 2f9054cb70

View File

@ -130,7 +130,7 @@ static inline uint16_t ng_nettype_to_ethertype(ng_nettype_t type)
return NG_ETHERTYPE_IPV6;
#endif
default:
return NG_ETHERTYPE_RESERVED;
return NG_ETHERTYPE_UNKNOWN;
}
}