papermario/src/os/code_41750_len_450.c

13 lines
398 B
C
Raw Normal View History

2020-08-04 08:49:11 +02:00
#include "common.h"
2020-08-12 04:08:48 +02:00
int INCLUDE_ASM(os/code_41750_len_450, osSetTimer, OSTimer* timer, OSTime start, OSTime end, OSMesgQueue* queue,
OSMesg mesg);
2020-08-04 08:49:11 +02:00
2020-08-16 08:55:51 +02:00
INCLUDE_API_ASM(os/code_41750_len_450, osTimerServicesInit);
2020-08-04 08:49:11 +02:00
2020-08-16 08:55:51 +02:00
INCLUDE_API_ASM(os/code_41750_len_450, osTimerInterrupt);
2020-08-04 08:49:11 +02:00
2020-08-16 08:55:51 +02:00
INCLUDE_API_ASM(os/code_41750_len_450, osSetTimerIntr);
2020-08-04 08:49:11 +02:00
2020-08-16 08:55:51 +02:00
INCLUDE_API_ASM(os/code_41750_len_450, osInsertTimer);