Files
tmc/include/interrupts.h
T
2021-12-20 10:31:02 -08:00

7 lines
103 B
C

#ifndef INTERRUPTS_H
#define INTERRUPTS_H
extern void WaitForNextFrame(void);
#endif // INTERRUPTS_H