mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
8b9c64eecf
Binary nibble to/from ascii hex conversion was buggy on both lib_slcdencode and lib_slcddecode libraries. This bug caused the slcd library to fail to decode 5-byte sequence command which have 'count' argument value bigger than 0x9. Signed-off-by: Federico Braghiroli <federico.braghiroli@gmail.com>