compile issue seems to have snuck thru (#1184)
This commit is contained in:
parent
aaf0828250
commit
8b8778c59b
@ -70,13 +70,7 @@ typedef int sys_prot_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LWIP_PLATFORM_ASSERT
|
#ifndef LWIP_PLATFORM_ASSERT
|
||||||
#ifdef __cplusplus
|
#include "pico.h"
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
void panic(const char *fmt, ...);
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#define LWIP_PLATFORM_ASSERT(x) panic(x)
|
#define LWIP_PLATFORM_ASSERT(x) panic(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user