diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/examples/cortex/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/examples/cortex/test.c b/testing/examples/cortex/test.c index 68095da3..416bfe95 100644 --- a/testing/examples/cortex/test.c +++ b/testing/examples/cortex/test.c @@ -20,7 +20,7 @@ int j; void _start() { int i; - for (i = 0; i<1000; i++) + for (i = 0; i < 1000; i++) { j++; } |