Add missing dependence.
[bertos.git] / bertos / net / xmodem.h
index 897a7bc08d9fb656875316fb7bcfb4cd5c756a84..8832530fc4b9b43824a8aa919ca2a37594814b3b 100644 (file)
  * Copyright 1999, 2001 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
- * \brief X-Modem serial transmission protocol (interface)
+ * \brief X-Modem serial transmission protocol.
  *
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "xmodem"
+ * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_xmodem.h"
  */