Reduce serial timeouts to give more responsiveness.
[bertos.git] / app / triface / cfg / cfg_ser.h
index decb059562ce849a1492ccd8a2da517475636dff..55efe30114a06668ad801e280a4b0ef4866a9e57 100644 (file)
 #define CONFIG_SPI_CLOCK_PHASE 0
 
 /// Default transmit timeout (ms). Set to -1 to disable timeout support.
-#define CONFIG_SER_TXTIMEOUT    100
+#define CONFIG_SER_TXTIMEOUT    10
 
 /// Default receive timeout (ms). Set to -1 to disable timeout support.
-#define CONFIG_SER_RXTIMEOUT    100
+#define CONFIG_SER_RXTIMEOUT    10
 
 /// Use RTS/CTS handshake
 #define CONFIG_SER_HWHANDSHAKE   0