stm32f4-uart-bootloader

Simple UART bootloader for STM32F4 MCU's
git clone git://git.mdnr.space/stm32f4-uart-bootloader
Log | Files | Refs | Submodules | README | LICENSE

update.h (99B)


      1 #ifndef __UPDATE_H__
      2 #define __UPDATE_H__
      3 
      4 void update_state_machine(void);
      5 #endif // __UPDATE_H__