mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
dfu: fix cosmetic issue in debug message
This commit is contained in:
@@ -29,7 +29,7 @@ int USBDFU_handle_dnload(uint8_t altif, unsigned int offset,
|
||||
uint32_t addr;
|
||||
int rc;
|
||||
|
||||
printf("dnload(altif=%u, offset=%u, len=%u\n\r", altif, offset, len);
|
||||
printf("dnload(altif=%u, offset=%u, len=%u)\n\r", altif, offset, len);
|
||||
|
||||
switch (altif) {
|
||||
case ALTIF_RAM:
|
||||
|
||||
Reference in New Issue
Block a user