*
* \brief AFSK1200 modem.
*
- * \author Francesco Sacchi <asterix@develer.com>
+ * \author Francesco Sacchi <batt@develer.com>
*/
#include "afsk.h"
*
* \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>