Skip to content

Commit

Permalink
[fix] Fix wrong msg release
Browse files Browse the repository at this point in the history
  • Loading branch information
mabl committed Jul 1, 2012
1 parent 3e57f6e commit e609b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fatfsWrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static msg_t ThreadFatFSWorker(void *arg) {
}

/* Done, release msg again. */
chMsgReleaseS(p, 0);
chMsgRelease(p, 0);
}

return 0;
Expand Down

0 comments on commit e609b05

Please sign in to comment.