Add wizard info.
[bertos.git] / bertos / algo / crc.h
index bc442b7e19d942356c665c139eb4dce1df257bdf..51ce4dd0f8c23ba6932194e69b7e3546983f08e3 100644 (file)
@@ -31,7 +31,7 @@
  *
  * -->
  *
- * \brief XModem-CRC16 algorithm (interface)
+ * \brief Cyclic Redundancy Check 16 (CRC).
  *
  * \note This algorithm is incompatible with the CCITT-CRC16.
  *
  *
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "crc16",
+ * "depends" : [],
+ * "configuration" : ""
+ * }
  */
 
 #ifndef ALGO_CRC_H