mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -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
|
@ -2,7 +2,7 @@
|
|||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
export INC_RX=C:\Devtools\Renesas\RX\2_1_0\include
|
||||
export RXC_LIB=C:\Devtools\Renesas\RX\2_1_0\bin
|
||||
export BIN_RX=C:\Devtools\Renesas\RX\2_1_0\bin
|
||||
PATH := $(PATH):C:\Devtools\Renesas\RX\2_1_0\bin
|
||||
export INC_RX=C:\devtools\Renesas\RX\2_1_0\include
|
||||
export RXC_LIB=C:\devtools\Renesas\RX\2_1_0\bin
|
||||
export BIN_RX=C:\devtools\Renesas\RX\2_1_0\bin
|
||||
PATH := $(PATH):C:\devtools\Renesas\RX\2_1_0\bin
|
Loading…
Add table
Add a link
Reference in a new issue