/ src / bsp / bootloader / bsp.h
bsp.h
 1  #pragma once
 2  
 3  #define BSP_NAME "bootloader"
 4  
 5  #include "main.h"
 6  #include "stm32u5xx.h"
 7  
 8  #ifdef __cplusplus
 9  extern "C" {
10  #endif
11  
12  
13  #ifdef __cplusplus
14  }
15  #endif