mirror of https://github.com/ARMmbed/mbed-os.git
[LWIP] error.h -> mbed_error.h
parent
04071ab1ea
commit
1dcc9246bd
|
@ -18,7 +18,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* mbed includes */
|
/* mbed includes */
|
||||||
#include "error.h"
|
#include "mbed_error.h"
|
||||||
#include "mbed_interface.h"
|
#include "mbed_interface.h"
|
||||||
#include "us_ticker_api.h"
|
#include "us_ticker_api.h"
|
||||||
|
|
||||||
|
@ -440,7 +440,7 @@ sys_thread_t sys_thread_new(const char *pcName,
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LWIP_DEBUG
|
#ifdef LWIP_DEBUG
|
||||||
|
|
||||||
/** \brief Displays an error message on assertion
|
/** \brief Displays an error message on assertion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue