From f300f74a0c3e0f66feae6a270ca8b01436ef28d9 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 9 Jul 2012 11:06:50 -0400 Subject: [PATCH] Fix the stlink-sg backend to leave space for new functions --- src/stlink-sg.c | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.47.2