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:
Richard Barry 2014-05-29 13:56:16 +00:00
parent f46070dc79
commit 5cd0b1e5ef
5 changed files with 28 additions and 27 deletions

View file

@ -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
/*-----------------------------------------------------------*/