Refactor KFileSerial to SerialKFile. Tested and working.
[bertos.git] / app / triface / boot / main.c
index 97b1cefc4b6621d55090ddf9cd7ce6a9655fb66a..0a236cb8e93c78302057608bd6b274afce6b3efb 100644 (file)
@@ -63,8 +63,8 @@
 
 int main(void)
 {
-       KFileFlashAvr flash;
-       KFileSerial ser;
+       FlashAvrKFile flash;
+       SerialKFile ser;
 
 
        // Set up flash programming functions.