From: lottaviano Date: Mon, 31 Aug 2009 14:03:54 +0000 (+0000) Subject: doc: clarification for FAT module. X-Git-Tag: 2.2.0~142 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ef02c60278e6425cd2bcc2b30598924bf53f402d;p=bertos.git doc: clarification for FAT module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2826 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/fs/fat.h b/bertos/fs/fat.h index 34b20bba..0dd1529f 100644 --- a/bertos/fs/fat.h +++ b/bertos/fs/fat.h @@ -32,6 +32,9 @@ * * \brief FatFS: kfile interface for FatFS module by ChaN. * + * This driver needs some low level hardware access functions. An example implementation + * is provided in sd.h. + * * \version $Id$ * * \author Luca Ottaviano