mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
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>