Fix comments and add wizard info.
[bertos.git] / bertos / net / pocketcmd.h
index 9f92b00bb0c7a2c6b0e2fcba8ace4d5a59162b48..7cbc98bfd1f2a44a0eb70d09d705bbe1e0ebf96e 100644 (file)
  * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
  * -->
  *
- * \brief pocketBus protocol command layer interface.
+ * \brief PocketBus command abstraction layer.
  *
  * \version $Id: pocketcmd.h 20030 2007-12-04 16:16:09Z batt $
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
+ * $WIZARD_MODULE = {
+ * "name" : "pocketcmd",
+ * "depends" : ["timer", "pocketbus"],
+ * "configuration" : ""
+ * }
  */
 
 #ifndef NET_POCKETCMD_H