summaryrefslogtreecommitdiff
path: root/software/mpu/blockstore.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-04-09 19:59:38 +0200
committerChristian Pointner <equinox@mur.at>2014-04-09 19:59:38 +0200
commit40808561a6fb224d0f4851b25332ffd0be1826bd (patch)
tree3af49151b545c82a51cd044d92cb105ba323308e /software/mpu/blockstore.c
parentadded SDIO for F405 and blockstore (diff)
fixed usb pump thread prio
added better way for connect/disconnect USB
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;