Files
QDAC-firmware/app/tiny_frame/by_tiny_frame.h

9 lines
136 B
C
Raw Normal View History

2024-02-15 22:50:20 +08:00
#ifndef _BY_TINY_FRAME_H__
#define _BY_TINY_FRAME_H__
#include "by_tiny_frame_config.h"
extern void by_tiny_frame_init(void);
#endif