Cosmetics.
This commit is contained in:
parent
d658e348a8
commit
28fc6de055
|
@ -104,8 +104,10 @@ int trigger_stage = TRIGGER_FIRED;
|
|||
static int hw_set_configuration(int device_index, int capability, void *value);
|
||||
static void hw_stop_acquisition(int device_index, gpointer session_device_id);
|
||||
|
||||
/*
|
||||
* Returns 1 if the device's configuration profile match the Logic firmware's
|
||||
/**
|
||||
* Check the USB configuration to determine if this is a Saleae Logic.
|
||||
*
|
||||
* @return 1 if the device's configuration profile match the Logic firmware's
|
||||
* configuration, 0 otherwise.
|
||||
*/
|
||||
int check_conf_profile(libusb_device *dev)
|
||||
|
|
Loading…
Reference in New Issue