Replace CDC interface numbers with enums.
This commit is contained in:
		
							parent
							
								
									ab238601b9
								
							
						
					
					
						commit
						352152c664
					
				
					 25 changed files with 233 additions and 233 deletions
				
			
		|  | @ -123,8 +123,8 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor = | |||
| 			.Header                 = {.Size = sizeof(USB_CDC_Descriptor_FunctionalUnion_t), .Type = DTYPE_CSInterface}, | ||||
| 			.Subtype                = 0x06, | ||||
| 
 | ||||
| 			.MasterInterfaceNumber  = 0, | ||||
| 			.SlaveInterfaceNumber   = 1, | ||||
| 			.MasterInterfaceNumber  = INTERFACE_ID_CDC_CCI, | ||||
| 			.SlaveInterfaceNumber   = INTERFACE_ID_CDC_DCI, | ||||
| 		}, | ||||
| 
 | ||||
| 	.CDC_NotificationEndpoint = | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 László Monda
						László Monda