Prusa-Firmware-MMU/tests/unit/modules/stubs/stub_gpio.cpp

15 lines
403 B
C++

#include "gpio.h"
hal::gpio::GPIO_TypeDef _GPIOA;
hal::gpio::GPIO_TypeDef _GPIOB;
hal::gpio::GPIO_TypeDef _GPIOC;
hal::gpio::GPIO_TypeDef _GPIOD;
hal::gpio::GPIO_TypeDef _GPIOE;
hal::gpio::GPIO_TypeDef _GPIOF;
hal::gpio::GPIO_TypeDef _GPIOG;
hal::gpio::GPIO_TypeDef _GPIOH;
hal::gpio::GPIO_TypeDef _GPIOI;
hal::gpio::GPIO_TypeDef _GPIOJ;
hal::gpio::GPIO_TypeDef _GPIOK;
hal::gpio::GPIO_TypeDef _GPIOL;