update eq.c

This commit is contained in:
Steven Dan
2026-05-22 13:06:09 +08:00
parent d1c16909e8
commit 0dbe01a0bc
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ unsigned g_log_switch = 0;
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#if !UAC1
#if 1// !UAC1
#include "eq_params_44100.h"
// 改动原因进一步优化EQ参数存储策略所有采样率共用44100Hz数组

View File

@@ -244,8 +244,8 @@ void switch_mode_by_c1_mode(unsigned c1_mode, unsigned force_reboot)
delay_milliseconds(20);
debug_printf("switch_mode_by_c1_mode: reboot_need = %d, force_reboot = %d\n", reboot_need, force_reboot);
debug_printf("switch_mode_by_c1_mode: c1_mode = %d\n", c1_mode);
// device_reboot();
// while (1);
device_reboot();
while (1);
}
}