From fc83f4f227392a17b9fd4e14d03d1fcd7bb7e5ff Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 17 Jul 2019 17:34:05 +0800 Subject: [PATCH] memory elite --- .../simple_peripheral/cc26xx/app/headstage/headstage.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h index b117bc39d..879191541 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h @@ -993,15 +993,6 @@ static void update_ZM_instruction(uint8 *ins) { ==== main function ==== ======================*/ -static void ZM_ADC_periodic_handle() { - uint16_t *data_buf = NULL; - - // data_buf = spi_ADC_transact_instruction(); - if (data_buf != NULL) { - SimpleProfile_SetParameter(BLE_DAT_BUFF_CHAR, BLE_DAT_BUFF_SIZE, data_buf); - } -} - // static void headstage_instruction_update_handle(uint8_t characteristic) { // switch (characteristic) { // case BLE_INS_BUFF_CHAR: