Skip to content

Commit

Permalink
Increase limits for loading DLS files
Browse files Browse the repository at this point in the history
  • Loading branch information
M-HT committed May 2, 2023
1 parent 821827e commit 7371b2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arm-wt-22k/lib_src/eas_mdls.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ extern double log10(double x);

// #define _DEBUG_DLS

#define DLS_MAX_WAVE_COUNT 1024
#define DLS_MAX_ART_COUNT 2048
#define DLS_MAX_REGION_COUNT 2048
#define DLS_MAX_INST_COUNT 256
#define DLS_MAX_WAVE_COUNT 2048
#define DLS_MAX_ART_COUNT 4096
#define DLS_MAX_REGION_COUNT 4096
#define DLS_MAX_INST_COUNT 512
#define MAX_DLS_WAVE_SIZE (1024*1024)

#ifndef EAS_U32_MAX
Expand Down

0 comments on commit 7371b2e

Please sign in to comment.