1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

lwip: remove deprecated defines

`SYS_SEM_NULL` and `SYS_MBOX_SIZE` aren't used by lwIP anymore and
`LWIP_CHKSUM_ALGORITHM` has a predefined value now
This commit is contained in:
Martine S. Lenders 2019-10-09 12:07:46 +02:00
parent 3e0a3b1746
commit cb18f8c99b
2 changed files with 0 additions and 5 deletions

View File

@ -76,10 +76,6 @@ extern "C" {
* @}
*/
/**
* @todo check for best value
*/
#define LWIP_CHKSUM_ALGORITHM (3)
#ifdef MODULE_LOG
# define LWIP_PLATFORM_DIAG(x) LOG_INFO x

View File

@ -35,7 +35,6 @@ extern "C" {
#endif
#define LWIP_COMPAT_MUTEX (0)
#define SYS_SEM_NULL { 0, PRIORITY_QUEUE_INIT }
#define SYS_MBOX_SIZE (8)
typedef struct {