From efbc2906f4766d7ac1bbd5ebe49a667ec20ecea7 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 11 May 2010 10:14:51 +0000 Subject: [PATCH 1/1] Comply to new flash module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3648 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/triface/boot/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/triface/boot/main.c b/examples/triface/boot/main.c index 7af08126..d84dc255 100644 --- a/examples/triface/boot/main.c +++ b/examples/triface/boot/main.c @@ -57,7 +57,7 @@ #include #include -#include +#include #include @@ -89,12 +89,12 @@ void wdt_init(void) int main(void) { - FlashAvr flash; + Flash flash; Serial ser; // Set up flash programming functions. - flash_avr_init(&flash); + flash_init(&flash); IRQ_ENABLE; -- 2.25.1