From 000ced2b546e73c8b1e8a2b870173f5c2a5b5ca0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 9 Mar 2020 13:47:08 +0100 Subject: foo --- controller/fw/tools/dsss_demod_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/fw/tools/dsss_demod_test.c') diff --git a/controller/fw/tools/dsss_demod_test.c b/controller/fw/tools/dsss_demod_test.c index d76a8bd..fb08fb3 100644 --- a/controller/fw/tools/dsss_demod_test.c +++ b/controller/fw/tools/dsss_demod_test.c @@ -40,7 +40,7 @@ int main(int argc, char **argv) { return 2; } - if (st.st_size < 0 || st.st_size > 1000000) { + if (st.st_size < 0 || st.st_size > 10000000) { fprintf(stderr, "Error reading test data: too much test data (size=%zd)\n", st.st_size); return 2; } -- cgit