From 966cb6cc9f6aeb9a2a1ab0aee90bacb189745b50 Mon Sep 17 00:00:00 2001 From: rasky Date: Tue, 7 Sep 2010 10:55:14 +0000 Subject: [PATCH] Fix spaces vs tab git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4223 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/ek-lm3s1968/templates/empty/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ek-lm3s1968/templates/empty/main.c b/boards/ek-lm3s1968/templates/empty/main.c index 224e9335..f3ab45f3 100644 --- a/boards/ek-lm3s1968/templates/empty/main.c +++ b/boards/ek-lm3s1968/templates/empty/main.c @@ -83,7 +83,7 @@ static void init(void) /* Initialize the keypad driver */ kbd_init(); /* Initialize the internal flash memory */ - flash_init(&flash); + flash_init(&flash); } int main(void) -- 2.25.1