CubeMon-Vue-Demo-STM32F407VGT6U
hw_hal_includes.h
Go to the documentation of this file.
1
9#ifndef INC_LIB_UTI_HW_HAL_INCLUDES_H_
10#define INC_LIB_UTI_HW_HAL_INCLUDES_H_
11
12#define STM32F4
13
14#if defined (STM32F4)
15#include <stm32f4xx_hal.h>
16#elif defined (STM32F1)
17#include <stm32f1xx_hal.h>
18#elif defined (STM32F0)
19#include <stm32f0xx_hal.h>
20#else
21#error "Select one of the MCUs!"
22#endif
23
24#endif /* INC_LIB_UTI_HW_HAL_INCLUDES_H_ */