|
|
@@ -1157,7 +1157,7 @@ measure_time_t g_meas_foc = {.exec_max_time = 25, .intval_max_time = 62, .intva
|
|
|
#define TIME_MEATURE_START() time_measure_start(&g_meas_foc)
|
|
|
#define TIME_MEATURE_END() time_measure_end(&g_meas_foc)
|
|
|
#if (CONFIG_ENABLE_IAB_REC==1)
|
|
|
-#define CONFIG_IAB_REC_COUNT 8000
|
|
|
+#define CONFIG_IAB_REC_COUNT 1000
|
|
|
static s16 ia[CONFIG_IAB_REC_COUNT], ib[CONFIG_IAB_REC_COUNT];
|
|
|
static int iab_w_count = 0, iab_r_count = 0;
|
|
|
static bool b_iab_rec = false;
|