STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
mcu_hal.h
Go to the documentation of this file.
1
15
#ifndef BSP_MCU_HAL
16
#define BSP_MCU_HAL
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
/* Includes ------------------------------------------------------------------*/
23
#if defined(STM32L496xx)
24
#include "stm32l4xx_hal.h"
25
#else
26
#error "Please specify the target microcontroller."
27
#endif
28
29
#ifdef __cplusplus
30
}
31
#endif
32
33
#endif
bsp
stm32l496-discovery
include
mcu_hal.h
Generated by
1.9.1