ataradov / edbg

Simple utility for programming MCUs and FPGAs though CMSIS-DAP protocol. Works on Linux, MAC and Windows.
BSD 3-Clause "New" or "Revised" License
283 stars 93 forks source link

Fixed signed compare in dbg_dap_cmd #102

Closed ooxi closed 3 years ago

ooxi commented 3 years ago

Comparing char to uint8_t fails for DAP commands with different representation in signed and unsigned (like ID_DAP_VENDOR_0 = 0x80).