additional include and warning fixes

This commit is contained in:
2021-07-13 10:22:22 +02:00
parent ee875460e7
commit 9d20b8878e
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#include "gpio.h"
#include "stm32h7xx_hal_rcc.h"
void gpio::initializeGpioClock(GPIO_TypeDef* gpioPort) {
#ifdef GPIOA
if(gpioPort == GPIOA) {