Revert a couple of changes in Win32 demo that should not have been checked in.

This commit is contained in:
Richard Barry 2019-07-23 17:02:59 +00:00
parent 05e7d9cc08
commit d1dd8da12e
5 changed files with 8 additions and 6 deletions

View file

@ -62,8 +62,7 @@
#define configUSE_ALTERNATIVE_API 0
#define configUSE_QUEUE_SETS 1
#define configUSE_TASK_NOTIFICATIONS 1
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configSUPPORT_STATIC_ALLOCATION 1
/* Software timer related configuration options. */
#define configUSE_TIMERS 1