Add option to not reset board on connect
[fw/stlink] / src / test_usb.c
index be4981db051069cc0c97f0ee34572c56d9a59bcd..5e8806d29adde40d719807363195bd4e2899ad5a 100644 (file)
@@ -10,7 +10,7 @@ int main(int ac, char** av) {
     ac = ac;
     av = av;
 
-    sl = stlink_open_usb(10);
+    sl = stlink_open_usb(10, 1);
     if (sl != NULL) {
         printf("-- version\n");
         stlink_version(sl);