diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/dsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -358,7 +358,6 @@ bool dsp_configure(int setting, void *value) { switch (setting) { case DSP_SET_FREQUENCY: - debugf("set frequency: %d\n", (int)value); if ((int)value == 0) { dsp_config.frequency = NATIVE_FREQUENCY; break ; |