USBTMC: Handle busy interrupt in.
This commit is contained in:
		| @@ -189,7 +189,10 @@ typedef enum { | ||||
|   USBTMC_STATUS_FAILED = 0x80, | ||||
|   USBTMC_STATUS_TRANSFER_NOT_IN_PROGRESS = 0x81, | ||||
|   USBTMC_STATUS_SPLIT_NOT_IN_PROGRESS = 0x82, | ||||
|   USBTMC_STATUS_SPLIT_IN_PROGRESS  = 0x83 | ||||
|   USBTMC_STATUS_SPLIT_IN_PROGRESS  = 0x83, | ||||
|  | ||||
|   /****** USBTMC 488 *************/ | ||||
|   USB488_STATUS_INTERRUPT_IN_BUSY = 0x20 | ||||
| } usbtmc_status_enum; | ||||
|  | ||||
| /************************************************************ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 NConrad
					NConrad