added compiler args for vscode
This commit is contained in:
		
							parent
							
								
									e8492a8caa
								
							
						
					
					
						commit
						80f9167ab9
					
				| 
						 | 
					@ -11,7 +11,10 @@
 | 
				
			||||||
            "cStandard": "gnu17",
 | 
					            "cStandard": "gnu17",
 | 
				
			||||||
            "cppStandard": "gnu++14",
 | 
					            "cppStandard": "gnu++14",
 | 
				
			||||||
            "intelliSenseMode": "gcc-avr",
 | 
					            "intelliSenseMode": "gcc-avr",
 | 
				
			||||||
            "configurationProvider": "ms-vscode.makefile-tools"
 | 
					            "configurationProvider": "ms-vscode.makefile-tools",
 | 
				
			||||||
 | 
					            "compilerArgs": [
 | 
				
			||||||
 | 
					                "-mmcu=atmega328p"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "version": 4
 | 
					    "version": 4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue