Commit 3c59bbd1 authored by emerit's avatar emerit
Browse files

fix const declaration in crend rom

parent 4a234cd5
Loading
Loading
Loading
Loading
+110 −110

File changed.

Preview size limit exceeded, changes collapsed.

+8 −1
Original line number Diff line number Diff line
@@ -42,7 +42,14 @@
#include "ivas_rom_binaural_crend_head.h"
#include <stdint.h>
#include <stddef.h>
#ifdef DEBUGGING
#include "debug.h"
#endif
#include "cnst.h"
#include "ivas_cnst.h"
#ifdef USE_HRIR_128_METH5_IRC_53_Q10_SYML_ITRP1_48000
+204 −204

File changed.

Preview size limit exceeded, changes collapsed.