diff options
author | Christian Pointner <equinox@mur.at> | 2014-04-09 19:59:38 +0200 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-04-09 19:59:38 +0200 |
commit | 40808561a6fb224d0f4851b25332ffd0be1826bd (patch) | |
tree | 3af49151b545c82a51cd044d92cb105ba323308e /software/mpu/blockstore.c | |
parent | added 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.c | 2 |
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; |