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

drv-rcc.h (146B)


      1 #ifndef __RES_RCC_H__
      2 #define  __RES_RCC_H__
      3 
      4 #include <libopencm3/stm32/rcc.h>
      5 
      6 // Interface: 
      7 void res_rcc_setup(void);
      8 #endif // __RES_RCC_H__