X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FTasking%2FARM_CM4F%2Fportmacro.h;h=99596091d003febff8f9aa5956f8202308708895;hb=0885fb373227e2e4d9a9a72820f660b9ffdc67af;hp=42d66aa4a8a94cf293a41a17fbb95dcace7d1ac9;hpb=b8dfdf9b36650be7341329dfc820c56f177c5fa1;p=freertos diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h index 42d66aa4a..99596091d 100644 --- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h +++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h @@ -95,7 +95,7 @@ extern "C" { #define portMAX_DELAY ( portTickType ) 0xffff #else typedef unsigned portLONG portTickType; - #define portMAX_DELAY ( portTickType ) 0xffffffff + #define portMAX_DELAY ( portTickType ) 0xffffffffUL #endif /*-----------------------------------------------------------*/