Revert "Add a simple cp2130 libusb driver"

This reverts commit 93ef223a31.
This commit is contained in:
Dirk Hohndel 2016-09-22 14:56:31 -07:00
parent f35f767240
commit 78dc3a3efe
6 changed files with 0 additions and 299 deletions

View file

@ -1033,10 +1033,6 @@ const char *do_libdivecomputer_import(device_data_t *data)
#ifdef SERIAL_FTDI
} else if (!strcmp(data->devname, "ftdi")) {
rc = dc_context_set_custom_serial(data->context, &serial_ftdi_ops);
#endif
#ifdef SERIAL_CP2130
} else if (!strcmp(data->devname, "cp2130")) {
rc = dc_context_set_custom_serial(data->context, &cp2130_serial_ops);
#endif
}