Skip to content

Commit

Permalink
Fix cw310 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Sep 21, 2023
1 parent 85257cf commit cc3ecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microfw/CW310/src/main_cw310.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ int main(void)

// send received USART data over to PC on cdc 0 and 1
while (true) {
cdc_send_to_pc();
// cdc_send_to_pc();
check_power_state(); //make sure power hasn't been killed
MPSSE_main_sendrecv_byte();
}
Expand Down

0 comments on commit cc3ecfd

Please sign in to comment.