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

@@ -4,9 +4,12 @@
#include "zf_common_headfile.h"
#include "crc16.h"
uint8_t by_tiny_frame_pack_lock;
void by_tiny_frame_pack_init(void)
{
/** nothing to init **/
by_tiny_frame_pack_lock = 0;
}
void by_tiny_frame_pack_send(by_tf_pack_frame_t *frame_s)