Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
Disable serial debug by default.
  • Loading branch information
davidmpye committed Sep 5, 2023
1 parent 5ed20b5 commit d74c4f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion V10_BMS/src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@

#define FULL_CHARGE_PAUSE_COUNT 10 //Once a cell reaches max charge volts, pause for 30 seconds and retry, this many times.

#define SERIAL_DEBUG 1
//#define SERIAL_DEBUG 1 //Serial debug via the spare USART on the programming pins header

#endif /* CONFIG_H_ */
1 change: 0 additions & 1 deletion V10_BMS/src/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ void usart_read_callback(struct usart_module *const usart_module) {
}
}
}

//Queue up next read.*/ usart_read_buffer_job(&usart_instance, (uint8_t *)serial_read_buffer, 40);}

void serial_init() {
Expand Down

0 comments on commit d74c4f3

Please sign in to comment.