ao-tools: Create general elf and hex library routines
[fw/altos] / ao-tools / lib / ccdbg-command.c
index a1002879f815b178630face7a11ff8e365440350..55c912b295a003162972f73c588abfa35e89733c 100644 (file)
@@ -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;