From a66602c99d316ecfb03e47dcf9b3fe4167edc580 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 25 Jan 2010 18:50:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1545 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AT91SAM7/serial_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/AT91SAM7/serial_lld.h') diff --git a/os/hal/platforms/AT91SAM7/serial_lld.h b/os/hal/platforms/AT91SAM7/serial_lld.h index a3030e246..3c36e0ab1 100644 --- a/os/hal/platforms/AT91SAM7/serial_lld.h +++ b/os/hal/platforms/AT91SAM7/serial_lld.h @@ -121,7 +121,7 @@ typedef struct { uint8_t ob[SERIAL_BUFFERS_SIZE]; \ /* End of the mandatory fields.*/ \ /* Pointer to the USART registers block.*/ \ - AT91PS_USART usart + AT91PS_USART usart; /*===========================================================================*/ /* Driver macros. */ -- cgit v1.2.3