diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-14 15:42:45 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-14 15:42:45 +0000 |
commit | f685cd7f543f869aa8f7733730b9d230c2d6c580 (patch) | |
tree | 03b8f632e05a51b174079b1b4310b147457bf77b /os/hal/include | |
parent | 286dbbc8380dcde3763fad99e40477d5c2014783 (diff) | |
download | ChibiOS-f685cd7f543f869aa8f7733730b9d230c2d6c580.tar.gz ChibiOS-f685cd7f543f869aa8f7733730b9d230c2d6c580.tar.bz2 ChibiOS-f685cd7f543f869aa8f7733730b9d230c2d6c580.zip |
Minor fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11750 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/hal_mac.h | 2 | ||||
-rw-r--r-- | os/hal/include/hal_spi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal_mac.h b/os/hal/include/hal_mac.h index 5e6777e9d..00a73a821 100644 --- a/os/hal/include/hal_mac.h +++ b/os/hal/include/hal_mac.h @@ -86,7 +86,7 @@ typedef struct MACDriver MACDriver; * @{
*/
/**
- * @brief Returns the received frames event source.
+ * @brief Enables the zero-copy API.
*
* @param[in] macp pointer to the @p MACDriver object
* @return The pointer to the @p EventSource structure.
diff --git a/os/hal/include/hal_spi.h b/os/hal/include/hal_spi.h index 6390f677a..3649c7508 100644 --- a/os/hal/include/hal_spi.h +++ b/os/hal/include/hal_spi.h @@ -77,7 +77,7 @@ #endif
/**
- * @brief Enables the use of the .
+ * @brief Handling method for SPI CS line.
* @note Disabling this option saves both code and data space.
*/
#if !defined(SPI_SELECT_MODE) || defined(__DOXYGEN__)
|