mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 14:58:35 +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;
|
uint32_t addr;
|
||||||
int rc;
|
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) {
|
switch (altif) {
|
||||||
case ALTIF_RAM:
|
case ALTIF_RAM:
|
||||||
|
|||||||
Reference in New Issue
Block a user