diff options
Diffstat (limited to 'os/hal/lib/peripherals/flash/hal_flash.h')
-rw-r--r-- | os/hal/lib/peripherals/flash/hal_flash.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/lib/peripherals/flash/hal_flash.h b/os/hal/lib/peripherals/flash/hal_flash.h index b540b831d..325959b2b 100644 --- a/os/hal/lib/peripherals/flash/hal_flash.h +++ b/os/hal/lib/peripherals/flash/hal_flash.h @@ -138,7 +138,6 @@ typedef struct { /**
* @brief @p BaseFlash specific methods.
- * @note No methods so far, just a common ancestor interface.
*/
#define _base_flash_methods_alone \
/* Get flash device attributes.*/ \
@@ -207,7 +206,7 @@ typedef struct { #define getBaseFlash(ip) ((BaseFlash *)&(ip)->vmt)
/**
- * @brief Sensors get axes number.
+ * @brief Gets the flash descriptor structure.
*
* @param[in] ip pointer to a @p BaseFlash or derived class
* @return A flash device descriptor.
|