aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-10-11 09:13:54 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-10-11 09:13:54 +0200
commitd144213527f9bdab92da9f81bb7647931314fa01 (patch)
treee5e3ae8d2ae45df778c75b7d7e1fa0b5aa6e39a0 /src/systemcmds
parent73f507daa6f31443e1938556c08aee016efaf345 (diff)
downloadpx4-firmware-d144213527f9bdab92da9f81bb7647931314fa01.tar.gz
px4-firmware-d144213527f9bdab92da9f81bb7647931314fa01.tar.bz2
px4-firmware-d144213527f9bdab92da9f81bb7647931314fa01.zip
Added non-binary number between 8 and 16
Diffstat (limited to 'src/systemcmds')
-rw-r--r--src/systemcmds/tests/tests_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/tests_file.c b/src/systemcmds/tests/tests_file.c
index a41d26bda..46e495f58 100644
--- a/src/systemcmds/tests/tests_file.c
+++ b/src/systemcmds/tests/tests_file.c
@@ -65,7 +65,7 @@ test_file(int argc, char *argv[])
}
/* perform tests for a range of chunk sizes */
- unsigned chunk_sizes[] = {1, 5, 8, 16, 32, 33, 64, 70, 128, 133, 256, 300, 512, 555, 1024, 1500};
+ unsigned chunk_sizes[] = {1, 5, 8, 13, 16, 32, 33, 64, 70, 128, 133, 256, 300, 512, 555, 1024, 1500};
for (unsigned c = 0; c < (sizeof(chunk_sizes) / sizeof(chunk_sizes[0])); c++) {