TODO: speed up ADC clock
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user