summaryrefslogtreecommitdiff
path: root/n/avr/modules/uart/uart_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/uart/uart_common.h')
-rw-r--r--n/avr/modules/uart/uart_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/n/avr/modules/uart/uart_common.h b/n/avr/modules/uart/uart_common.h
index a856aa9..8f5a3af 100644
--- a/n/avr/modules/uart/uart_common.h
+++ b/n/avr/modules/uart/uart_common.h
@@ -67,6 +67,8 @@
|| !defined (AC_UART0_STOP_BITS) \
|| !defined (AC_UART0_SEND_BUFFER_SIZE) \
|| !defined (AC_UART0_RECV_BUFFER_SIZE) \
+ || !defined (AC_UART0_SEND_BUFFER_FULL) \
+ || !defined (AC_UART0_HOST_DRIVER) \
|| !defined (AC_UART1_PORT) \
|| !defined (AC_UART1_BAUDRATE) \
|| !defined (AC_UART1_SEND_MODE) \
@@ -76,6 +78,8 @@
|| !defined (AC_UART1_STOP_BITS) \
|| !defined (AC_UART1_SEND_BUFFER_SIZE) \
|| !defined (AC_UART1_RECV_BUFFER_SIZE) \
+ || !defined (AC_UART1_SEND_BUFFER_FULL) \
+ || !defined (AC_UART1_HOST_DRIVER) \
|| AC_UART0_PORT == AC_UART1_PORT
# error "uart: error in configuration"
#endif