09b8b8087c
* libesphttpd: added extras and example * Added "heatshrink" as a submodule * Updated libesphttpd * Updated libesphttpd * Trying to fix the commit id * Updated libesphttpd * Added zlib1g-dev package * Use native gcc to build mkespfsimage and mkupgimg * Added NS and GW for DHCP server configuration
11 lines
319 B
C
11 lines
319 B
C
/* FreeRTOSConfig overrides.
|
|
|
|
This is intended as an example of overriding some of the default FreeRTOSConfig settings,
|
|
which are otherwise found in FreeRTOS/Source/include/FreeRTOSConfig.h
|
|
*/
|
|
|
|
#define configUSE_RECURSIVE_MUTEXES 1
|
|
|
|
/* Use the defaults for everything else */
|
|
#include_next<FreeRTOSConfig.h>
|
|
|