diff options
Diffstat (limited to 'lib/ccdbg.h')
-rw-r--r-- | lib/ccdbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |