PER Firmware
Loading...
Searching...
No Matches
phal_F4.h
Go to the documentation of this file.
1#ifndef _PHAL_F4_H
2#define _PHAL_F4_H
3
4#include <stdbool.h>
5#include <stdint.h>
6
7#if defined(STM32F407xx)
8#include "stm32f407xx.h"
9#include "stm32f4xx.h"
10#else
11#error "PHAL_ARCH_F4 defined, but no supported STM32F4 device macro found"
12#endif
13
14#endif // _PHAL_F4_H