AX25:add new print function compatible with TNC-2 format.
[bertos.git] / bertos / net / pocketcmd.h
index 9f92b00bb0c7a2c6b0e2fcba8ace4d5a59162b48..1cdc40dfe315488e17fcf496c7b355888edaa351 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 $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
+ * $WIZ$ module_name = "pocketcmd"
+ * $WIZ$ module_depends = "timer", "pocketbus"
  */
 
 #ifndef NET_POCKETCMD_H