Support for reading target voltage
[fw/stlink] / src / stlink-sg.c
index be1f7526b8fcee4cdf125702742a5060c50f487d..53e93cce086c53471e2a3a7270f45a052f7cfb77 100644 (file)
@@ -878,7 +878,8 @@ stlink_backend_t _stlink_sg_backend = {
     _stlink_sg_write_reg,
     _stlink_sg_step,
     _stlink_sg_current_mode,
-    _stlink_sg_force_debug
+    _stlink_sg_force_debug,
+    NULL
 };
 
 static stlink_t* stlink_open(const int verbose) {