memory elite

This commit is contained in:
alan
2019-07-17 17:34:05 +08:00
parent 05fa80faa2
commit fc83f4f227
@@ -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: