Add missing SerialUSB definition for STM32 HAL (#12124)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							0519ef0802
						
					
				
				
					commit
					9deb23aa47
				
			@@ -87,7 +87,7 @@
 | 
			
		||||
  #endif
 | 
			
		||||
  #define NUM_SERIAL 2
 | 
			
		||||
  #if SERIAL_PORT_2 == -1
 | 
			
		||||
    #define MYSERIAL1 Serial0 // TODO Once CDC is supported
 | 
			
		||||
    #define MYSERIAL1 SerialUSB
 | 
			
		||||
  #elif SERIAL_PORT_2 == 1
 | 
			
		||||
    #define MYSERIAL1 Serial1
 | 
			
		||||
  #elif SERIAL_PORT_2 == 2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user