X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fflash25.c;h=2f90d52f5f5c34744933235caa36426f28def551;hb=5c279b27987657fe916c2f8b29c7c4912947734f;hp=bd4d871548f5c576c8f1487e7da1656a6938c7e7;hpb=856b662d9b5a32d8f0774ea7b77d8945bee22b92;p=bertos.git diff --git a/drv/flash25.c b/drv/flash25.c index bd4d8715..2f90d52f 100644 --- a/drv/flash25.c +++ b/drv/flash25.c @@ -295,7 +295,7 @@ static size_t flash25_write(struct KFile *fd, const void *_buf, size_t size) * * Erase a select \p sector of serial flash memory. * - * \Note A sector size is FLASH25_SECTOR_SIZE. + * \note A sector size is FLASH25_SECTOR_SIZE. * This operation could take a while. */ void flash25_sectorErase(Flash25Sector sector) @@ -343,7 +343,7 @@ void flash25_sectorErase(Flash25Sector sector) * * Erase all sector of serial flash memory. * - * \Note This operation could take a while. + * \note This operation could take a while. */ void flash25_chipErase(void) {