summaryrefslogtreecommitdiff
path: root/software/mpu/blockstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/mpu/blockstore.c')
-rw-r--r--software/mpu/blockstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/blockstore.c b/software/mpu/blockstore.c
index fc22321..4a6d506 100644
--- a/software/mpu/blockstore.c
+++ b/software/mpu/blockstore.c
@@ -47,7 +47,7 @@ static msg_t blockstoreRun(void *arg)
if(BLK_STOP == s || BLK_UNINIT) {
return 0;
}
- // DO something
+ // DO something
chThdSleepMilliseconds(100);
}
return 0;