Refactor All Serial module.
[bertos.git] / app / triface / triface.c
index c807eac55ecb4467e0d6134388155c3d58343ea2..86f21b2d22fb806dd4c96a8def5a8b07acd22137 100644 (file)
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2006, 2008 Develer S.r.l. (http://www.develer.com/)
- * Copyright 2000 Bernardo Innocenti <bernie@codewiz.org>
+ * Copyright 2000 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
  * \version $Id$
  *
  * \author Marco Benelli <marco@develer.com>
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Daniele Basile <asterix@develer.com>
  *
  * \brief Windowing system test.
@@ -58,8 +58,8 @@
 
 
 
-static KFileSerial fd_ser;
-static KFileSerial tag_ser;
+static Serial fd_ser;
+static Serial tag_ser;
 
 int main(void)
 {