X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fccdbg.h;h=4a2e3b9f00c9222118f93386024a206d06ab5ffd;hb=17d2432a8b9c15963cd3b821f025ad33972ef477;hp=fe0ea3a0192cf4721f7a741c32232bb499556afb;hpb=8a9a3f02b951382573ff74dd6ce5a1c0f335fa86;p=fw%2Faltos diff --git a/lib/ccdbg.h b/lib/ccdbg.h index fe0ea3a0..4a2e3b9f 100644 --- a/lib/ccdbg.h +++ b/lib/ccdbg.h @@ -229,10 +229,10 @@ ccdbg_get_chip_id(struct ccdbg *dbg); uint8_t ccdbg_execute(struct ccdbg *dbg, uint8_t *inst); - + uint8_t ccdbg_set_pc(struct ccdbg *dbg, uint16_t pc); - + uint8_t ccdbg_execute_hex_image(struct ccdbg *dbg, struct hex_image *image);