Don't use -eabihf
This commit is contained in:
		
							
								
								
									
										4
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							| @@ -4,8 +4,8 @@ | ||||
|   "rust-analyzer.cargo.allFeatures": false, | ||||
|   "rust-analyzer.checkOnSave.allFeatures": false, | ||||
|   "rust-analyzer.checkOnSave.allTargets": false, | ||||
|   "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", | ||||
|   "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", | ||||
|   "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | ||||
|   "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", | ||||
|   "rust-analyzer.procMacro.enable": true, | ||||
|   "rust-analyzer.cargo.loadOutDirsFromCheck": true, | ||||
|   "files.watcherExclude": { | ||||
|   | ||||
| @@ -25,4 +25,4 @@ rustflags = [ | ||||
| ] | ||||
|  | ||||
| [build] | ||||
| target = "thumbv7em-none-eabihf" | ||||
| target = "thumbv7em-none-eabi" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user