summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-04-17 12:47:20 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-04-17 12:47:20 +0200
commit61a8170862fa8cc3688e0347ded09446489f365c (patch)
tree9b906026b762ba26e1cd008226ab39838694d8b4 /test
parentdf2c62d675aff46d1188b7079e866276ec88aa2e (diff)
downloadlibufodecode-61a8170862fa8cc3688e0347ded09446489f365c.tar.gz
libufodecode-61a8170862fa8cc3688e0347ded09446489f365c.tar.bz2
libufodecode-61a8170862fa8cc3688e0347ded09446489f365c.tar.xz
libufodecode-61a8170862fa8cc3688e0347ded09446489f365c.zip
Use CMOSIS default number of rows
Diffstat (limited to 'test')
-rw-r--r--test/ipedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipedec.c b/test/ipedec.c
index cbc5c25..f429ce6 100644
--- a/test/ipedec.c
+++ b/test/ipedec.c
@@ -116,7 +116,7 @@ int main(int argc, char const* argv[])
};
int clear_frame = 0;
- int rows = -1;
+ int rows = 1088;
if (argc == 1) {
printf("ipedec: no input files\n");