Fix warnings.
[bertos.git] / app / triface / boot / main.c
index 12ad3a65e8f9b0a5022686c0ee28a4996a6d1654..dc105baf0374a10c02de0ee5ce608012b89edc5b 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/)
- * Copyright 2000 Bernardo Innocenti <bernie@codewiz.org>
+ * Copyright 2000 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
@@ -63,8 +63,8 @@
 
 int main(void)
 {
-       KFileFlashAvr flash;
-       KFileSerial ser;
+       FlashAvr flash;
+       Serial ser;
 
 
        // Set up flash programming functions.