PER Firmware
Loading...
Searching...
No Matches
phal_G4.h
1#ifndef _PHAL_G4_H
2#define _PHAL_G4_H
3
4#include <stdbool.h>
5#include <stdint.h>
6
7#if defined(STM32G474xx)
8#include "stm32g474xx.h"
9#include "stm32g4xx.h"
10#else
11#error "PHAL_ARCH_G4 defined, but no supported STM32G4 device macro found"
12#endif
13
14#endif // _PHAL_G4_H