mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-08-15 15:27:23 +00:00
Firmware: type change bug in crc command
Change-Id: I046c1e1621d4fa8482f71c8d46c91233f95a6648
This commit is contained in:
@@ -1088,7 +1088,7 @@ void doCmdCrc(char *params) {
|
||||
addr_t start;
|
||||
addr_t end;
|
||||
data_t data;
|
||||
uint16_t crc = 0;
|
||||
uint32_t crc = 0;
|
||||
sscanf(params, "%x %x", &start, &end);
|
||||
loadAddr(start);
|
||||
for (i = start; i <= end; i++) {
|
||||
|
Reference in New Issue
Block a user