diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2012-08-06 19:18:20 -0400 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2012-08-06 19:20:47 -0400 |
commit | 633dd492831db37f4df98315425ee146b8cb312b (patch) | |
tree | 8d75726a07144dadc79d05cd51c0d433fed27ac3 /firmware/logf.c | |
parent | 97c1dc0368dadf3f404bc4c5e1af1193eeb713b3 (diff) |
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
Diffstat (limited to 'firmware/logf.c')
-rw-r--r-- | firmware/logf.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |