From ef02c60278e6425cd2bcc2b30598924bf53f402d Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 31 Aug 2009 14:03:54 +0000 Subject: [PATCH] doc: clarification for FAT module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2826 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/fs/fat.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1