mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
0cb7bd7f76
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>