fix hal requirements
This commit is contained in:
		
							parent
							
								
									fba966056a
								
							
						
					
					
						commit
						c57e17a5ac
					
				
					 5 changed files with 106 additions and 5 deletions
				
			
		|  | @ -1,11 +1,13 @@ | |||
| //#include <stdint.h>
 | ||||
| #include "stm32g0xx_hal.h" | ||||
| 
 | ||||
| //#include "stm32g0xx_hal.h"
 | ||||
| #include "stm32g0xx_hal_msp.h" | ||||
| 
 | ||||
| #define LED_PIN 4 | ||||
| 
 | ||||
| int main(void) | ||||
| { | ||||
|   HAL_Init(); | ||||
|   SystemClock_Config(); | ||||
|   __HAL_RCC_GPIOA_CLK_ENABLE(); | ||||
|    | ||||
|   GPIO_InitTypeDef  GPIO_InitStruct; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue