aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/hal_mac.h2
-rw-r--r--os/hal/include/hal_spi.h2
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__)