mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-22 11:14:03 +08:00
Fix: Qemu MPS2 Demo build failure
This commit is contained in:
committed by
Cobus van Eeden
parent
208b260f98
commit
1f9389c7c4
@@ -120,7 +120,7 @@ volatile size_t xFreeHeapSpace;
|
||||
|
||||
void vApplicationTickHook( void )
|
||||
{
|
||||
#if (mainSELECTED_APPLICATION == FULL_DEMO )
|
||||
#if (mainCREATE_FULL_DEMO_ONLY == 1)
|
||||
{
|
||||
vFullDemoTickHookFunction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user