mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-15 23:10:11 -07:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
|
#n/** Configure pins as #n #t#t #t* Analog #n #t#t #t* Input #n #t#t #t* Output#n #t#t #t* EVENT_OUT#n #t#t #t* EXTI
|
|
*/
|
|
static void MX_GPIO_Init(void)
|
|
{
|
|
#n
|
|
#n#t/* GPIO Ports Clock Enable */
|
|
#t__HAL_RCC_GPIOA_CLK_ENABLE();
|
|
#n
|
|
}
|
|
#n
|