Minor visual arrangements

This commit is contained in:
EmanuelFeru
2020-06-23 19:53:35 +02:00
parent 1e7bf7cd90
commit 19aee79e57
6 changed files with 43 additions and 43 deletions

View File

@@ -69,8 +69,8 @@
#endif
#define USART_MAIN_BAUD 38400 // [bit/s] MAIN Serial Tx/Rx baud rate
#define SERIAL_START_FRAME 0xABCD // [-] Start frame definition for reliable serial communication
#define SERIAL_TIMEOUT 500 // [-] Number of wrong received data for Serial timeout detection. Depends on DELAY_IN_MAIN_LOOP
#define SERIAL_BUFFER_SIZE 64 // [bytes] Size of Serial Rx buffer. Make sure it is always larger than the 'Feedback' structure size
#define SERIAL_TIMEOUT 600 // [-] Number of wrong received data for Serial timeout detection. Depends on DELAY_IN_MAIN_LOOP
/* ==================================== SETTINGS AUX ==================================== */