Fixed documentation typos.
authormarco <marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 7 Nov 2007 22:25:10 +0000 (22:25 +0000)
committermarco <marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 7 Nov 2007 22:25:10 +0000 (22:25 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@991 38d2e660-2303-0410-9eaa-f027e97ec537

drv/spi_bitbang.c

index 9d15ca194aae42df83470f5984c8841bd9611867..90e959d8cbec96872838c97621b87fd7d8a7ddaf 100644 (file)
@@ -92,7 +92,7 @@ void spi_init(void)
 }
 
 /**
- * Read \param len from spi, and put it in \param buff.
+ * Read \param len from spi, and put it in \param _buff .
  */
 void spi_read(void *_buff, size_t len)
 {
@@ -105,7 +105,7 @@ void spi_read(void *_buff, size_t len)
 }
 
 /**
- * Write \param len to spi, and take it from \param buff.
+ * Write \param len to spi, and take it from \param _buff .
  */
 void spi_write(const void *_buff, size_t len)
 {