Files
tmc/include/arm_proxy.h
T
2021-12-18 23:46:04 -08:00

7 lines
85 B
C

#ifndef ARM_PROXY_H
#define ARM_PROXY_H
extern void WaitForNextFrame(void);
#endif