STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
delay.h File Reference

This file contains the delay function prototypes. More...

#include <stdint.h>

Go to the source code of this file.

Functions

void DelayMs (const uint32_t delayMs)
 Blocking delay for the specified number of milliseconds. More...
 

Detailed Description

This file contains the delay function prototypes.

STM32 Bootloader

Author
Akos Pasztor

Definition in file delay.h.