Skip to content

Commit aed5b6d

Browse files
committed
Merge branch 'main' of github.com:ASU-ASCEND/Fall-2025
2 parents c3bf55a + b977cd1 commit aed5b6d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ascendfsw/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ void loop() {
185185
// log_data(csv_row);
186186
log_data_raw(packet, packet_len);
187187

188-
// send data to core1
188+
// send data to core1
189189
// queue_add_blocking(&qt, packet);
190190
queue_try_add(&qt, packet);
191191

ascendfsw/src/main1.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void real_loop1() {
9797

9898
// store csv row
9999
storeDataPacket(received_data);
100-
101100
}
102101

103102
// Determine if a command has been received

0 commit comments

Comments
 (0)