Create a default FreeRTOSConfig.h, can override on a per-program basis
Closes #12
This commit is contained in:
parent
8478dfd92f
commit
72b61b17f8
9 changed files with 148 additions and 885 deletions
|
|
@ -75,7 +75,7 @@
|
|||
#include "projdefs.h"
|
||||
|
||||
/* Application specific configuration options. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
#include <FreeRTOSConfig.h>
|
||||
|
||||
/* configUSE_PORT_OPTIMISED_TASK_SELECTION must be defined before portable.h
|
||||
is included as it is used by the port layer. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue