Skip to content

Commit

Permalink
u3v: default to async libusb API
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Jul 24, 2023
1 parent 4dfea6e commit 4950cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arvenums.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ typedef enum
{
ARV_UV_USB_MODE_SYNC,
ARV_UV_USB_MODE_ASYNC,
ARV_UV_USB_MODE_DEFAULT = ARV_UV_USB_MODE_SYNC
ARV_UV_USB_MODE_DEFAULT = ARV_UV_USB_MODE_ASYNC
} ArvUvUsbMode;

/**
Expand Down

0 comments on commit 4950cc5

Please sign in to comment.