File tree Expand file tree Collapse file tree 22 files changed +22
-22
lines changed
Expand file tree Collapse file tree 22 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ typedef unsigned long UBaseType_t;
116116 #define portMAX_DELAY ( TickType_t ) 0xffff
117117#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
118118 typedef uint32_t TickType_t ;
119- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
119+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
120120#else
121121 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
122122#endif
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ typedef unsigned long UBaseType_t;
6565 #define portMAX_DELAY ( TickType_t ) 0xffff
6666#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6767 typedef uint32_t TickType_t ;
68- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
68+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6969#else
7070 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
7171#endif
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ typedef unsigned long UBaseType_t;
6363 #define portMAX_DELAY ( TickType_t ) 0xffff
6464#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6565 typedef uint32_t TickType_t ;
66- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
66+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6767#else
6868 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
6969#endif
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ typedef unsigned char UBaseType_t;
6464 #define portMAX_DELAY ( TickType_t ) 0xffff
6565#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6666 typedef uint32_t TickType_t ;
67- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
67+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6868#else
6969 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
7070#endif
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ typedef unsigned char UBaseType_t;
6565 #define portMAX_DELAY ( TickType_t ) 0xffff
6666#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6767 typedef uint32_t TickType_t ;
68- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
68+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6969#else
7070 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
7171#endif
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ typedef unsigned short UBaseType_t;
6363 #define portMAX_DELAY ( TickType_t ) 0xffff
6464#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6565 typedef uint32_t TickType_t ;
66- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
66+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6767#else
6868 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
6969#endif
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ typedef unsigned long UBaseType_t;
6565 #define portMAX_DELAY ( TickType_t ) 0xffff
6666#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6767 typedef uint32_t TickType_t ;
68- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
68+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6969#else
7070 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
7171#endif
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ typedef unsigned long UBaseType_t;
6565 #define portMAX_DELAY ( TickType_t ) 0xffff
6666#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6767 typedef uint32_t TickType_t ;
68- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
68+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6969#else
7070 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
7171#endif
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ typedef unsigned short UBaseType_t;
5959 #define portMAX_DELAY ( TickType_t ) 0xffff
6060#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6161 typedef uint32_t TickType_t ;
62- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
62+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6363#else
6464 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
6565#endif
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ typedef unsigned long UBaseType_t;
6464 #define portMAX_DELAY ( TickType_t ) 0xffff
6565#elif ( configTICK_TYPE_WIDTH_IN_BITS == TICK_TYPE_WIDTH_32_BITS )
6666 typedef uint32_t TickType_t ;
67- #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFF )
67+ #define portMAX_DELAY ( TickType_t ) ( 0xFFFFFFFFUL )
6868#else
6969 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width.
7070#endif
You can’t perform that action at this time.
0 commit comments