mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
Increase serial console sped to 230400 bps
This makes debug printf's twice as fast (half as slow) and thus has less of an impact on execution speed than the previous 115200
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
/** UART0 */
|
||||
/** Console baudrate always using 115200. */
|
||||
#define CONSOLE_BAUDRATE 115200
|
||||
#define CONSOLE_BAUDRATE 230400
|
||||
/** Usart Hw interface used by the console (UART0). */
|
||||
#define CONSOLE_USART UART0
|
||||
/** Usart Hw ID used by the console (UART0). */
|
||||
|
||||
Reference in New Issue
Block a user