diff options
author | Jeffrey Goode <jeffg7@gmail.com> | 2009-10-22 00:59:42 +0000 |
---|---|---|
committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-10-22 00:59:42 +0000 |
commit | faa47bf1b77c3155d52514bc1b294f82b72cd5db (patch) | |
tree | cefdec2f486b0c9f5928587b3bbdb5def9cf36fa /apps/pcmbuf.c | |
parent | 6afe802a8335a1334babcdb33a15ee61652bb6f3 (diff) |
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
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r-- | apps/pcmbuf.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <kernel.h> #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" |