diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-02-28 16:34:21 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-02-28 16:34:21 +0100 |
commit | 7296b7a6f4368e8cad39169340770c78166b95cd (patch) | |
tree | c20ddd79f94abc33658aaac830c45dbc45a7f1b4 /test | |
parent | d3221c2e96b4a19fce6dff7af16d859ae05a690b (diff) | |
download | libuca-7296b7a6f4368e8cad39169340770c78166b95cd.tar.gz libuca-7296b7a6f4368e8cad39169340770c78166b95cd.tar.bz2 libuca-7296b7a6f4368e8cad39169340770c78166b95cd.tar.xz libuca-7296b7a6f4368e8cad39169340770c78166b95cd.zip |
Add buffer allocation
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test.c b/test/test.c index 4a39ab2..0649c64 100644 --- a/test/test.c +++ b/test/test.c @@ -35,9 +35,7 @@ int main(int argc, char *argv[]) uint8_t uint8_value; const char *unit_map[] = { - "px", "bits", - "ns", "µs", "ms", "s", - "rows", "" + "px", "bits", "ns", "µs", "ms", "s", "rows", "" }; while (cam != NULL) { |