We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbfd38 commit a2712b5Copy full SHA for a2712b5
include/stack_macros.h
@@ -91,7 +91,7 @@
91
#define taskCHECK_FOR_STACK_OVERFLOW() \
92
do { \
93
const uint32_t * const pulStack = ( uint32_t * ) pxCurrentTCB->pxStack; \
94
- const uint32_t ulCheckValue = ( uint32_t ) 0xa5a5a5a5; \
+ const uint32_t ulCheckValue = ( uint32_t ) 0xa5a5a5a5U; \
95
\
96
if( ( pulStack[ 0 ] != ulCheckValue ) || \
97
( pulStack[ 1 ] != ulCheckValue ) || \
0 commit comments