additional include and warning fixes
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#include "gpio.h"
|
||||
|
||||
#include "stm32h7xx_hal_rcc.h"
|
||||
|
||||
void gpio::initializeGpioClock(GPIO_TypeDef* gpioPort) {
|
||||
#ifdef GPIOA
|
||||
if(gpioPort == GPIOA) {
|
||||
|
Reference in New Issue
Block a user