Closed bessman closed 1 year ago
Add DEBUG_write_u8/u16/u32 functions, which send 1, 2, or 4 bytes over serial if firmware was built with -DENABLE_DEBUG. The functions do nothing otherwise.
DEBUG_write_u8/u16/u32
-DENABLE_DEBUG
Depends on #157.
Add
DEBUG_write_u8/u16/u32
functions, which send 1, 2, or 4 bytes over serial if firmware was built with-DENABLE_DEBUG
. The functions do nothing otherwise.Depends on #157.