mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add -nomessage command line option to RX64M demo to suppress warning about the yield function being defined when it is not called directly.
This commit is contained in:
parent
f46070dc79
commit
5cd0b1e5ef
5 changed files with 28 additions and 27 deletions
|
@ -103,7 +103,7 @@ volatile const uint32_t OFS1_location = 0xFFFFFFFFUL;
|
|||
|
||||
/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,
|
||||
or 0 to run the more comprehensive test and demo application. */
|
||||
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0
|
||||
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue