0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

removed SYSTICK_DelayUs()

This commit is contained in:
OneOfEleven
2023-11-05 20:26:42 +00:00
parent b438d7a903
commit 465d7333e3
10 changed files with 43 additions and 65 deletions

View File

@ -20,7 +20,6 @@
#include <stdint.h>
void SYSTICK_Init(void);
void SYSTICK_DelayUs(const uint32_t Delay);
void SYSTICK_Delay250ns(const uint32_t Delay);
#endif