We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3bf55a + b977cd1 commit aed5b6dCopy full SHA for aed5b6d
2 files changed
ascendfsw/src/main.cpp
@@ -185,7 +185,7 @@ void loop() {
185
// log_data(csv_row);
186
log_data_raw(packet, packet_len);
187
188
-// send data to core1
+ // send data to core1
189
// queue_add_blocking(&qt, packet);
190
queue_try_add(&qt, packet);
191
ascendfsw/src/main1.cpp
@@ -97,7 +97,6 @@ void real_loop1() {
97
98
// store csv row
99
storeDataPacket(received_data);
100
-
101
}
102
103
// Determine if a command has been received
0 commit comments