Browse Source

删除不需要的文件

master
zwsd 3 years ago
parent
commit
295f3d418c
  1. 15
      main/bluetooth_gatts_pack.c
  2. 3
      main/bluetooth_gatts_pack.h
  3. 2
      main/motor_drive.c

15
main/bluetooth_gatts_pack.c

@ -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()
{
}

3
main/bluetooth_gatts_pack.h

@ -1,3 +0,0 @@
#include "stdint.h"
void gatts_bluetooth_receive_buffer(uint16_t write_len);

2
main/motor_drive.c

@ -0,0 +1,2 @@
#include "motor_drive.h"
Loading…
Cancel
Save