main_ubi_sdk v 0.1.3
This is UBI4 documentation
HAL_DRIVERS.h
Go to the documentation of this file.
1/*
2 * HAL_DRIVERS.h
3 *
4 * Created on: 13 апр. 2023 г.
5 * Author: PC
6 */
7
8#ifdef example
9#ifndef INC_HAL_DRIVERS_H_
10#define INC_HAL_DRIVERS_H_
11
12
13#include "stm32g0xx_hal.h"
14#include "stm32g0xx_it.h"
15
16#endif /* INC_HAL_DRIVERS_H_ */
17
18#endif