mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-09 07:37:25 +00:00
(x+31)/8 doesn't round to 4 bytes (32 bits), e.g. (16+31)/8=47/8=5, where ((x+31)/32)*4 does round to 4 bytes: (16+31)/32=(47/32)*4=1*4=4
35 KiB
35 KiB