X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FIAR%2FRX100%2Fportmacro.h;h=e21653038ad0dd81964f09b75a179aa137b49c1b;hb=0885fb373227e2e4d9a9a72820f660b9ffdc67af;hp=78376394de1ca558f748917140e3e5dfbb7537ed;hpb=abf43e0ca4466819c7c77a7bb37d72aa9175e471;p=freertos diff --git a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h index 78376394d..e21653038 100644 --- a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h +++ b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h @@ -101,7 +101,7 @@ portSTACK_TYPE and portBASE_TYPE. */ #define portMAX_DELAY ( portTickType ) 0xffff #else typedef unsigned portLONG portTickType; - #define portMAX_DELAY ( portTickType ) 0xffffffff + #define portMAX_DELAY ( portTickType ) 0xffffffffUL #endif /*-----------------------------------------------------------*/