Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
hal.h
Go to the documentation of this file.
1
5#ifndef STM_HAL_H
6#define STM_HAL_H
7
8#ifdef STM32F4
9 #include "stm32f4xx_hal.h"
10#endif
11
12#ifdef STM32F7
13 #include "stm32f7xx_hal.h"
14#endif
15
16#endif //STM_HAL_H