feat: 完成通信配置
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user