Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / io / kfile_block.h
index 22b77fdcaeb5b19d6452900216961ce4b2e24fcd..c5dc26c5591363db131a6d5d1260fbf086b068cc 100644 (file)
@@ -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