Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip-sys by
Diff: arch/sys_arch.c
- Revision:
- 12:011623753f2e
- Parent:
- 11:faba3c7e1122
- Child:
- 13:bca6d04bc6d3
diff -r faba3c7e1122 -r 011623753f2e arch/sys_arch.c --- a/arch/sys_arch.c Tue Jul 08 11:15:31 2014 +0100 +++ b/arch/sys_arch.c Tue Jul 08 14:15:29 2014 +0100 @@ -18,7 +18,7 @@ #include <string.h> /* mbed includes */ -#include "mbed_error.h" +#include "error.h" #include "mbed_interface.h" #include "us_ticker_api.h" @@ -440,7 +440,7 @@ #endif -#ifdef LWIP_DEBUG +#ifdef LWIP_DEBUG /** \brief Displays an error message on assertion
