Add missing assert.
[bertos.git] / app / triface / boot / main.c
index 97b1cefc4b6621d55090ddf9cd7ce6a9655fb66a..dc105baf0374a10c02de0ee5ce608012b89edc5b 100644 (file)
@@ -63,8 +63,8 @@
 
 int main(void)
 {
-       KFileFlashAvr flash;
-       KFileSerial ser;
+       FlashAvr flash;
+       Serial ser;
 
 
        // Set up flash programming functions.