git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4381 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-07-01 16:57:27 +00:00
parent 076b5bbb9a
commit de68bed34a
2 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,7 @@ static void InsertHandler(eventid_t id) {
static void RemoveHandler(eventid_t id) {
(void)id;
mmcDisconnect(&MMCD1);
fs_ready = FALSE;
}

View File

@ -305,6 +305,7 @@ static void InsertHandler(eventid_t id) {
static void RemoveHandler(eventid_t id) {
(void)id;
mmcDisconnect(&MMCD1);
fs_ready = FALSE;
}