X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FRX600_RX64M_RSK_GCC_e2studio%2Fsrc%2Fmain.c;fp=FreeRTOS%2FDemo%2FRX600_RX64M_RSK_GCC_e2studio%2Fsrc%2Fmain.c;h=f1424d544e3bd98e9976dee3367bbbf3ad4ed656;hb=b473fddd0a6a35390132c46400b32af8c7ef36e9;hp=1092a31d51e7633f77e6502baf1f93a77ca5376a;hpb=848e93f82db671b616ba01196c539ebea2df891c;p=freertos diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c index 1092a31d5..f1424d544 100644 --- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c +++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c @@ -96,8 +96,8 @@ #include "rskrx64mdef.h" /* Set option bytes */ -#pragma address OFS0_location = 0xFFFFFF8CUL -#pragma address OFS1_location = 0xFFFFFF88UL +#pragma address OFS0_location 0xFFFFFF8CUL +#pragma address OFS1_location 0xFFFFFF88UL volatile const uint32_t OFS0_location = 0xFFFFFFFFUL; volatile const uint32_t OFS1_location = 0xFFFFFFFFUL;