🔨 Fix Serial+MSC for _USB envs (#22116)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							68c52673d6
						
					
				
				
					commit
					adc17933cd
				
			| @@ -28,7 +28,7 @@ if len(platform_packages) == 0: | ||||
| else: | ||||
|     platform_name = PackageSpec(platform_packages[0]).name | ||||
|  | ||||
| if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "tool-stm32duino" ]: | ||||
| if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "usb-host-msc-cdc-msc-3", "tool-stm32duino" ]: | ||||
|     platform_name = "framework-arduinoststm32" | ||||
|  | ||||
| FRAMEWORK_DIR = platform.get_package_dir(platform_name) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user