diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-25 01:30:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 01:30:36 -0400 |
commit | 40c3f6e85a2d25d3d98b2cfdaf1dd6872bbb4a6d (patch) | |
tree | a3b78fd54d27e7ead3c0ec3ff7e62ca87909a8e0 /arm7/lib/include/OS_timer.h | |
parent | ce09e79eb9ca2b384fb1c64f0946661b30ae75ea (diff) | |
parent | e34791ca4a781fc37717ac0ea7c2ac9fd5d65c2e (diff) |
Merge pull request #188 from Cleverking2003/master
OS_tick
Diffstat (limited to 'arm7/lib/include/OS_timer.h')
-rw-r--r-- | arm7/lib/include/OS_timer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm7/lib/include/OS_timer.h b/arm7/lib/include/OS_timer.h new file mode 100644 index 00000000..fee42c6f --- /dev/null +++ b/arm7/lib/include/OS_timer.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_OS_TIMER_H +#define POKEDIAMOND_OS_TIMER_H + +#include "nitro/OS_timer_shared.h" + +#endif |