From faa47bf1b77c3155d52514bc1b294f82b72cd5db Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Thu, 22 Oct 2009 00:59:42 +0000 Subject: Code cleanup in dsp.c and misc.c, some comments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23314 a1c6a512-1295-4272-9138-f99709370657 --- apps/pcmbuf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/pcmbuf.c') diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index 319e3e8044..5b478362b5 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -25,6 +25,9 @@ #include #include "pcmbuf.h" #include "pcm.h" + +/* Define LOGF_ENABLE to enable logf output in this file */ +/*#define LOGF_ENABLE*/ #include "logf.h" #ifndef SIMULATOR #include "cpu.h" -- cgit v1.2.3