1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-18 22:52:08 +00:00
stmbl/inc/main.h
2018-04-06 19:14:50 +02:00

5 lines
58 B
C

#pragma once
#include <stdint.h>
void Wait(uint32_t ms);