From: Michael Pratt Date: Mon, 9 Jul 2012 15:06:50 +0000 (-0400) Subject: Fix the stlink-sg backend to leave space for new functions X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f300f74a0c3e0f66feae6a270ca8b01436ef28d9;p=fw%2Fstlink Fix the stlink-sg backend to leave space for new functions --- diff --git a/src/stlink-sg.c b/src/stlink-sg.c index 4cae3ee..ae610ba 100644 --- a/src/stlink-sg.c +++ b/src/stlink-sg.c @@ -872,6 +872,9 @@ stlink_backend_t _stlink_sg_backend = { _stlink_sg_write_mem8, _stlink_sg_read_all_regs, _stlink_sg_read_reg, + NULL, /* read_all_unsupported_regs */ + NULL, /* read_unsupported_regs */ + NULL, /* write_unsupported_regs */ _stlink_sg_write_reg, _stlink_sg_step, _stlink_sg_current_mode,