Refactor to use new protocol module and sipo.
[bertos.git] / bertos / net / afsk.h
index d5eb272db1dc16e903c4f7d2ce433a06a15297df..b23ba63dde1016e4ed0fb101ddf19066efab4e66 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief AFSK1200 modem.
  *
- * \author Francesco Sacchi <asterix@develer.com>
+ * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "afsk"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_afsk.h"
 #include "cfg/cfg_afsk.h"
 #include "hw/hw_afsk.h"
 
-#include <io/kfile.h>
 #include <cfg/compiler.h>
+
+#include <io/kfile.h>
+
 #include <struct/fifobuf.h>