Merge tag '1.2.0' into debian
[fw/stlink] / src / test_usb.c
index eb8e54cdd82031082d8ad39361c2d95db6443891..787ac12ce05e0544cbecc0867f25138ebe47f04f 100644 (file)
@@ -10,7 +10,7 @@ int main(int ac, char** av) {
     ac = ac;
     av = av;
 
-    sl = stlink_open_usb(10, 1);
+    sl = stlink_open_usb(10, 1, NULL);
     if (sl != NULL) {
         printf("-- version\n");
         stlink_version(sl);