Add missing hw file to wizard markup.
[bertos.git] / bertos / net / afsk.h
index 2680aaf8a49d94006872b6423d161a704c6327a2..16eab9352b62947367f8fab8871761c8f8a5ffa5 100644 (file)
  *
  * \version $Id$
  * \author Francesco Sacchi <asterix@develer.com>
- * 
+ *
  * $WIZ$ module_name = "afsk"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_afsk.h"
- * $WIZ$ module_depends = "timer", "fifo", "kfile"
+ * $WIZ$ module_depends = "timer", "kfile"
+ * $WIZ$ module_hw = "bertos/hw/hw_afsk.h"
  */
 
 #ifndef DRV_AFSK_H
@@ -62,8 +63,4 @@ INLINE Afsk *AFSK_CAST(KFile *fd)
 
 void afsk_init(Afsk *af);
 
-#define HDLC_FLAG  0x7E
-#define HDLC_RESET 0x7F
-#define AFSK_ESC   0x1B
-
 #endif