X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Flib%2Fccdbg-command.c;h=55c912b295a003162972f73c588abfa35e89733c;hb=b31b4622d5bd92c0cc0851818f5b595dbdb60ead;hp=a1002879f815b178630face7a11ff8e365440350;hpb=9789ca5e8caa9a013e804f307b9da380e147bd75;p=fw%2Faltos diff --git a/ao-tools/lib/ccdbg-command.c b/ao-tools/lib/ccdbg-command.c index a1002879..55c912b2 100644 --- a/ao-tools/lib/ccdbg-command.c +++ b/ao-tools/lib/ccdbg-command.c @@ -157,7 +157,7 @@ ccdbg_set_pc(struct ccdbg *dbg, uint16_t pc) } uint8_t -ccdbg_execute_hex_image(struct ccdbg *dbg, struct hex_image *image) +ccdbg_execute_hex_image(struct ccdbg *dbg, struct ao_hex_image *image) { uint16_t pc; uint8_t status;