From 8597e29a8a4e1eec083136705f4045d225890bc6 Mon Sep 17 00:00:00 2001 From: weiting2 Date: Mon, 16 Dec 2019 17:47:37 +0800 Subject: [PATCH] TODO: speed up ADC clock --- .../cc26xx/app/headstage/neu/headstage_notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/neu/headstage_notify.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/neu/headstage_notify.h index fc083f8fe..58adbe6c3 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/neu/headstage_notify.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/neu/headstage_notify.h @@ -17,7 +17,7 @@ static void headstage_notify_set_timestamp() { not_time_stamp = headstage_time_stamp_us(); headstage_notify_buffer[0] = 0; - headstage_notify_buffer[1] = 0; + headstage_notify_buffer[1] = 4; headstage_notify_buffer[2] = not_time_stamp & 0xFF; headstage_notify_buffer[3] = (not_time_stamp >> 8) & 0xFF; headstage_notify_buffer[4] = (not_time_stamp >> 16) & 0xFF;