diff options
Diffstat (limited to 'drivers/serial/atmel_usart.h')
| -rw-r--r-- | drivers/serial/atmel_usart.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/serial/atmel_usart.h b/drivers/serial/atmel_usart.h index 7cfc2d500..7e4b2c9c6 100644 --- a/drivers/serial/atmel_usart.h +++ b/drivers/serial/atmel_usart.h @@ -42,7 +42,7 @@ typedef struct atmel_usart3 {  	u32	reserved1;  	u32	ifr;  	u32	man; -	u32	reserved2[54]; // version and PDC not needed +	u32	reserved2[54]; /* version and PDC not needed */  } atmel_usart3_t;  /* Bitfields in CR */ |