Fix current pulse_id increase

This commit is contained in:
2020-05-08 11:33:39 +02:00
parent 7ed1166edd
commit 6ff82c4b09
+2 -2
View File
@@ -124,9 +124,9 @@ void receive_replay(
if (n_bytes_image != MODULE_N_BYTES) { if (n_bytes_image != MODULE_N_BYTES) {
throw runtime_error("Wrong number of data bytes."); throw runtime_error("Wrong number of data bytes.");
} }
current_pulse_id++;
} }
current_pulse_id++;
} }
queue.commit(); queue.commit();