STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
main.h
Go to the documentation of this file.
1
16
#ifndef MAIN_H
17
#define MAIN_H
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
30
/* Defines -------------------------------------------------------------------*/
31
#define BOOTLOADER_VERSION_MAJOR 1U
32
#define BOOTLOADER_VERSION_MINOR 1U
33
#define BOOTLOADER_VERSION_PATCH 3U
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
bootloader
include
main.h
Generated by
1.9.1