1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-09-28 18:03:37 +00:00
lilybook/main/core/common.h

15 lines
145 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
#ifdef __cplusplus
extern "C" {
#endif
void delay(unsigned int ms);
#ifdef __cplusplus
}
#endif
#endif