From 8ec0f1a75387fadd2b0179a02b9f7f81e37b2fe1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 14 Oct 2018 05:08:01 +0000 Subject: Persistent storage class added. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12365 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/lib/peripherals/flash/hal_flash.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'os/hal/lib/peripherals/flash/hal_flash.h') 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. -- cgit v1.2.3