swd: Remove support for turnaround periods other than 1
[fw/openocd] / src / jtag / drivers / cmsis_dap_usb.c
index 180a91b40b4293e234564420d8eae4c99c0eed45..5072de0c77eb45e4ac9ed8980ac9424a9d83684d 100644 (file)
@@ -828,7 +828,7 @@ static int cmsis_dap_init(void)
        return ERROR_OK;
 }
 
-static int cmsis_dap_swd_init(uint8_t trn)
+static int cmsis_dap_swd_init(void)
 {
        int retval;