summaryrefslogtreecommitdiff
path: root/n/avr/modules/uart/uart_common.h
diff options
context:
space:
mode:
authorschodet2005-10-17 21:42:58 +0000
committerschodet2005-10-17 21:42:58 +0000
commit08792dc2e4726cdc546ac97d44d2175ffdac09be (patch)
tree6a6da39f0ca69a14e88310714e2dd67505f148bd /n/avr/modules/uart/uart_common.h
parentb6bea4ac2e2e8129240b07ff8bd4efdaebed563d (diff)
Ajout du code d'uart pour simulavrxx.
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