mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update the Win32/MingW demo to match the latest Win32/MSVC demo.
This commit is contained in:
parent
d12ec14160
commit
660162a5b8
6 changed files with 190 additions and 541 deletions
|
@ -140,7 +140,7 @@ functions anyway. */
|
|||
#define INCLUDE_pcTaskGetTaskName 1
|
||||
#define INCLUDE_eTaskGetState 1
|
||||
#define INCLUDE_xSemaphoreGetMutexHolder 1
|
||||
#define INCLUDE_xTimerPendFunctionCallFromISR 1
|
||||
#define INCLUDE_xTimerPendFunctionCall 1
|
||||
|
||||
/* It is a good idea to define configASSERT() while developing. configASSERT()
|
||||
uses the same semantics as the standard C assert() macro. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue