Skip to content
Snippets Groups Projects
Commit 9680e715 authored by Davide Mor's avatar Davide Mor Committed by Alberto Nidasio
Browse files

[ciuti] Changed usart baud rate to 115200

parent ca0b145a
Branches
Tags
1 merge request!39Draft: Compute unit v2
...@@ -66,7 +66,7 @@ const unsigned int AUX_TIMER_MAX = 0xffff; ///<\internal Aux timer is 16 bits ...@@ -66,7 +66,7 @@ const unsigned int AUX_TIMER_MAX = 0xffff; ///<\internal Aux timer is 16 bits
/// Serial port /// Serial port
const unsigned int defaultSerial = 1; const unsigned int defaultSerial = 1;
const unsigned int defaultSerialSpeed = 19200; const unsigned int defaultSerialSpeed = 115200;
const bool defaultSerialFlowctrl = false; const bool defaultSerialFlowctrl = false;
#define SERIAL_1_DMA #define SERIAL_1_DMA
// #define SERIAL_2_DMA //Serial 2 is used by the pogo pins // #define SERIAL_2_DMA //Serial 2 is used by the pogo pins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment