feat: 完成通信配置

This commit is contained in:
bmy
2024-03-02 16:02:22 +08:00
parent 785f674ada
commit ee1ef42676
6 changed files with 25 additions and 13 deletions

View File

@@ -21,4 +21,6 @@ typedef struct by_tf_pack_frame_t {
extern void by_tiny_frame_pack_init(void);
extern void by_tiny_frame_pack_send(by_tf_pack_frame_t *frame_s);
extern uint8_t by_tiny_frame_pack_lock;
#endif