flash: fix example usage documentation
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Feb 2011 11:43:50 +0000 (11:43 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Feb 2011 11:43:50 +0000 (11:43 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4684 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/flash.h

index 543b3242d440df8da4986c551479cc433d601947..d9cf8070448fe38572a2b4edf4dad4b105ad3e37 100644 (file)
 * Example usage:
 * \code
 * Flash fls;
-* flash_init(&fls.blk, 0);
+* flash_init(&fls, 0);
 * // enable access only on desired blocks
 * // start block = 50, num blocks = 20
-* kblock_trim(&fls, 50, 20);
+* kblock_trim(&fls.blk, 50, 20);
 * // ...
 * // now write to the flash
 * // block number is automatically converted