diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h index 0a9a6b7..23c6a5d 100644 --- a/src/FreeRTOSConfig.h +++ b/src/FreeRTOSConfig.h @@ -1,9 +1,3 @@ -/* Terminal 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 -*/ - /* The serial driver depends on counting semaphores */ #define configUSE_COUNTING_SEMAPHORES 1 diff --git a/src/Makefile b/src/Makefile index aca2408..6cc9856 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,3 @@ -# Makefile for access_point example PROGRAM=wifidmm EXTRA_COMPONENTS=extras/dhcpserver FLASH_SIZE=32