Overriding the default values
In this section:
To override the default values for these symbols, use the #pragma public_equ directive, for example like this:
#pragma public_equ="__ID_BYTES_1_4",0x12345678
To see how to do this in assembler language, using the EQU directive, study the file defaults.s in the rx\src\lib\rx\ directory.
Caution
The easiest way to override the default values is to add a copy of the file defaults.s to your project in the IDE, and modify it.
For more information about ID code protection and option-setting memory, see the Renesas Hardware User’s Manual for your microprocessor. See also public_equ.