Register some ToDos.

This commit is contained in:
mmdolze
2011-02-27 15:38:57 +00:00
parent 9771e6ba30
commit d06d06cba7
+7
View File
@@ -1,6 +1,13 @@
/** \file server/drivers/CFontz633io.c
* I/O routines for the \c CFontzPacket driver. Currently the CFA-631,
* CFA-533, CFA-633 and CFA-635 LCDs use this type of protocol.
*
* \todo As no reporting using report.h is possible here (does not has access
* to drvthis) make the send_#_message functions return some error code
* if send failed (or an error response is received).
* \todo Make the content of a response packet available to the driver.
* \note Modifying send_#_functions makes sound only if the CFontz633 driver
* has been removed.
*/
/*-