mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
This commit resolves issue #16009, where a sync word of less than 64 bytes was printed as 0-padded hex. 0-padding is invalid for the RN2xx3 modules, so now it has been removed. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>