kopia lustrzana https://github.com/UU5JPP/Wolf-LITE
13 wiersze
253 B
C
13 wiersze
253 B
C
![]() |
#ifndef BOOTLOADER_H
|
||
|
#define BOOTLOADER_H
|
||
|
|
||
|
#include "stm32f4xx.h"
|
||
|
#include "stm32f4xx_hal_conf.h"
|
||
|
#include "stm32f4xx_hal_rcc.h"
|
||
|
#include "stm32f4xx_hal_gpio.h"
|
||
|
|
||
|
//Public methods
|
||
|
extern void JumpToBootloader(void); // switch to DFU-mode buloder
|
||
|
|
||
|
#endif
|