浏览代码

Use CMOSIS default number of rows

Matthias Vogelgesang 12 年之前
父节点
当前提交
61a8170862
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/ipedec.c

+ 1 - 1
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");