Add support for preamble/trailer before starting real data transmission: this give...
[bertos.git] / bertos / net / pocketcmd.h
index 7cbc98bfd1f2a44a0eb70d09d705bbe1e0ebf96e..1cdc40dfe315488e17fcf496c7b355888edaa351 100644 (file)
  *
  * \brief PocketBus command abstraction layer.
  *
- * \version $Id: pocketcmd.h 20030 2007-12-04 16:16:09Z batt $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pocketcmd",
- * "depends" : ["timer", "pocketbus"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "pocketcmd"
+ * $WIZ$ module_depends = "timer", "pocketbus"
  */
 
 #ifndef NET_POCKETCMD_H