From 295f3d418c3d9191dfb66b8d22943ebddfb64de3 Mon Sep 17 00:00:00 2001 From: zwsd Date: Tue, 12 Jul 2022 10:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/bluetooth_gatts_pack.c | 15 --------------- main/bluetooth_gatts_pack.h | 3 --- main/motor_drive.c | 2 ++ 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 main/bluetooth_gatts_pack.c delete mode 100644 main/bluetooth_gatts_pack.h diff --git a/main/bluetooth_gatts_pack.c b/main/bluetooth_gatts_pack.c deleted file mode 100644 index 52c89b4..0000000 --- a/main/bluetooth_gatts_pack.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "bluetooth_gatts_pack.h" - -void gatts_bluetooth_receive_buffer(uint16_t write_len,uint8_t *rxbuffer) -{ - // for (int i = 0; i < write_len; i++) - // { - // rxbuffer[gatts_profile_b_rx_buffer_len] = param->write.value[i]; - // gatts_profile_b_rx_buffer_len += 1; - // ESP_LOGI(GATTS_TAG,"buffer %c",param->write.value[i]); - // } -} - -void gatts_composition_package() -{ -} \ No newline at end of file diff --git a/main/bluetooth_gatts_pack.h b/main/bluetooth_gatts_pack.h deleted file mode 100644 index d770d50..0000000 --- a/main/bluetooth_gatts_pack.h +++ /dev/null @@ -1,3 +0,0 @@ -#include "stdint.h" - -void gatts_bluetooth_receive_buffer(uint16_t write_len); \ No newline at end of file diff --git a/main/motor_drive.c b/main/motor_drive.c index e69de29..f64b79e 100644 --- a/main/motor_drive.c +++ b/main/motor_drive.c @@ -0,0 +1,2 @@ +#include "motor_drive.h" +