update eq.c
This commit is contained in:
@@ -34,7 +34,7 @@ unsigned g_log_switch = 0;
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#if !UAC1
|
#if 1// !UAC1
|
||||||
#include "eq_params_44100.h"
|
#include "eq_params_44100.h"
|
||||||
|
|
||||||
// 改动原因:进一步优化EQ参数存储策略,所有采样率共用44100Hz数组
|
// 改动原因:进一步优化EQ参数存储策略,所有采样率共用44100Hz数组
|
||||||
|
|||||||
@@ -244,8 +244,8 @@ void switch_mode_by_c1_mode(unsigned c1_mode, unsigned force_reboot)
|
|||||||
delay_milliseconds(20);
|
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: reboot_need = %d, force_reboot = %d\n", reboot_need, force_reboot);
|
||||||
debug_printf("switch_mode_by_c1_mode: c1_mode = %d\n", c1_mode);
|
debug_printf("switch_mode_by_c1_mode: c1_mode = %d\n", c1_mode);
|
||||||
// device_reboot();
|
device_reboot();
|
||||||
// while (1);
|
while (1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user