From 633dd492831db37f4df98315425ee146b8cb312b Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Mon, 6 Aug 2012 19:18:20 -0400 Subject: Remove copy/pasted preprocessor defines that shouldn't have been included. Also, add dummy defines for application targets so that ERRORF, etc map to DEBUGF instead of a compile error and add a new line at the end of logf.c. Change-Id: Ie7c5bc3397a853af619e810defce6123114e7a51 --- firmware/logf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/logf.c') diff --git a/firmware/logf.c b/firmware/logf.c index 23af33d076..e135b0b27f 100644 --- a/firmware/logf.c +++ b/firmware/logf.c @@ -320,5 +320,4 @@ void init_logdiskf() { register_storage_idle_func(flush_buffer); } - -#endif \ No newline at end of file +#endif -- cgit v1.2.3