stmbl/inc/main.h

5 lines
58 B
C
Raw Permalink Normal View History

2016-12-27 22:56:30 +00:00
#pragma once
2017-08-16 00:47:51 +00:00
#include <stdint.h>
2016-12-27 22:56:30 +00:00
void Wait(uint32_t ms);