hpgl_xy/stm32f103t8u6-bootloader/src/util.h
2021-04-04 20:33:45 +02:00

6 lines
106 B
C

#pragma once
#include "stm32f103x6.h"
// Delay in AHB clock cycles
void Util_Delay(unsigned int delay);