diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-14 05:08:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-14 05:08:01 +0000 |
commit | 8ec0f1a75387fadd2b0179a02b9f7f81e37b2fe1 (patch) | |
tree | b085e5307d032d8a0e9f65c8aae3272aded28914 /os/hal/lib/peripherals/flash/hal_flash.h | |
parent | 6f4b0b263e9dc7a0b6997ac1eeb3581f35ecf92e (diff) | |
download | ChibiOS-8ec0f1a75387fadd2b0179a02b9f7f81e37b2fe1.tar.gz ChibiOS-8ec0f1a75387fadd2b0179a02b9f7f81e37b2fe1.tar.bz2 ChibiOS-8ec0f1a75387fadd2b0179a02b9f7f81e37b2fe1.zip |
Persistent storage class added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12365 110e8d01-0319-4d1e-a829-52ad28d1bb01
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.
|