sys/net/netopt: Drop deprecated NETOPT_MAX_PACKET_SIZE
This option has been deprecated for quite a few release. It should be safe to delete now.
This commit is contained in:
parent
0d2c73d82c
commit
38a94fb137
@ -29,14 +29,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief A deprecated alias for @ref NETOPT_MAX_PDU_SIZE
|
||||
*
|
||||
* @deprecated Please use @ref NETOPT_MAX_PDU_SIZE instead of
|
||||
* `NETOPT_MAX_PACKET_SIZE`
|
||||
*/
|
||||
#define NETOPT_MAX_PACKET_SIZE NETOPT_MAX_PDU_SIZE
|
||||
|
||||
/**
|
||||
* @brief Global list of configuration options available throughout the
|
||||
* network stack, e.g. by netdev and netapi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user