Move pwm test to drv dir.
[bertos.git] / bertos / cfg / cfg_ser.h
index 5d5f0ffce0da726e4c8752043936d6f99e3b3f46..75f72afa99d16667f4e9b57de97d0f0182534118 100644 (file)
 /// [bytes] Size of the inbound FIFO buffer for port 1. 
 #define CONFIG_UART1_RXBUFSIZE  32
 
+
+/// [bytes] Size of the outbound FIFO buffer for SPI port (AVR only) 
+#define CONFIG_SPI_TXBUFSIZE    32
+
+/// [bytes] Size of the inbound FIFO buffer for SPI port (AVR only) 
+#define CONFIG_SPI_RXBUFSIZE    32
+
 /// [bytes] Size of the outbound FIFO buffer for SPI port 0. 
 #define CONFIG_SPI0_TXBUFSIZE  32