X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile_block.h;h=c5dc26c5591363db131a6d5d1260fbf086b068cc;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=22b77fdcaeb5b19d6452900216961ce4b2e24fcd;hpb=afaaf9b0d8672af6a5e45cb66338b58f65a8a926;p=bertos.git diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h index 22b77fdc..c5dc26c5 100644 --- a/bertos/io/kfile_block.h +++ b/bertos/io/kfile_block.h @@ -40,6 +40,9 @@ * with the handy KFile interface. * In order to achieve this, the block device must support partial block write. * + * Error codes returned by kfile_error() are specific of the underlying + * KBlock implementation. + * * Make sure you have trimmed the KBlock to avoid overwriting something. * Example: * \code