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/hal_mac.h | |
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/hal_mac.h')
-rw-r--r-- | os/hal/include/hal_mac.h | 2 |
1 files changed, 1 insertions, 1 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.
|