diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-09 13:47:08 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-09 13:47:08 +0100 |
commit | 000ced2b546e73c8b1e8a2b870173f5c2a5b5ca0 (patch) | |
tree | f281700d3596c8d6c9cd0b21c45645b7691ba9ee /controller/fw/tools | |
parent | 9debe084fca8992efdf0f08bfed343de0987629e (diff) | |
download | master-thesis-000ced2b546e73c8b1e8a2b870173f5c2a5b5ca0.tar.gz master-thesis-000ced2b546e73c8b1e8a2b870173f5c2a5b5ca0.tar.bz2 master-thesis-000ced2b546e73c8b1e8a2b870173f5c2a5b5ca0.zip |
foo
Diffstat (limited to 'controller/fw/tools')
-rw-r--r-- | controller/fw/tools/dsss_demod_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |