TODO: speed up ADC clock

This commit is contained in:
weiting2
2019-12-16 17:47:37 +08:00
parent f3b8d74f82
commit 8597e29a8a
@@ -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;