Add option to not reset board on connect
[fw/stlink] / src / stlink-usb.h
index 63b53695e270fd5ecd1e5ec28ae6c4636d630ba3..f433193c81eae6ce95c20dbaa189f8f281c81c98 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
         unsigned int cmd_len;
     };
     
-    stlink_t* stlink_open_usb(const int verbose);
+    stlink_t* stlink_open_usb(const int verbose, int reset);
 
 
 #ifdef __cplusplus