fix: 修复之前提交中的一些问题

This commit is contained in:
2024-01-09 17:20:08 +08:00
parent 768bcbaa1c
commit 07f9bcc33d
6 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
#ifndef _JJ_BLUETEETH_H_
#define _JJ_BLUETEETH_H_
#include "zf_common_headfile.h"
#include "zf_driver_uart.h"
extern bool bt_rx_flag;
extern uint8 bt_buffer;
void jj_bt_init();