mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 07:48:59 +08:00
2df1ecca3c
Replace left-shift of 1 by 31 bits with direct hexadecimal constant to eliminate undefined behavior warning when left-shifting signed values beyond their bit width on platforms with strict sanitizer checking. Signed-off-by: hujun5 <hujun5@xiaomi.com>