git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4381 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
076b5bbb9a
commit
de68bed34a
|
@ -316,6 +316,7 @@ static void InsertHandler(eventid_t id) {
|
|||
static void RemoveHandler(eventid_t id) {
|
||||
|
||||
(void)id;
|
||||
mmcDisconnect(&MMCD1);
|
||||
fs_ready = FALSE;
|
||||
}
|
||||
|
||||
|
|
|
@ -305,6 +305,7 @@ static void InsertHandler(eventid_t id) {
|
|||
static void RemoveHandler(eventid_t id) {
|
||||
|
||||
(void)id;
|
||||
mmcDisconnect(&MMCD1);
|
||||
fs_ready = FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue