On Sat Feb 11 14:27:53 2023 +0000, Jinoh Kang wrote:
You use `0x00` above for `BLOCK_BIN_SIZE`, so I guess this one should use `0x00` as well for consistency?
(size) > BIN_SIZE_MIN_0 ? 0x00 + BLOCK_SIZE_BIN_N( 0, size ) : 0)
Yeah, alignment OCD kicking in. I did it differently.