diff options
Diffstat (limited to 'os/hal/platforms/STM8S/spi_lld.h')
-rw-r--r-- | os/hal/platforms/STM8S/spi_lld.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8S/spi_lld.h b/os/hal/platforms/STM8S/spi_lld.h index b81241fd0..48af021b0 100644 --- a/os/hal/platforms/STM8S/spi_lld.h +++ b/os/hal/platforms/STM8S/spi_lld.h @@ -1,5 +1,6 @@ /*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -136,7 +137,7 @@ struct SPIDriver { #endif
/* End of the mandatory fields.*/
/**
- * @brief Number of bytes yet to be received. + * @brief Number of bytes yet to be received.
*/
uint16_t rxcnt;
/**
|