git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16300 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
3c6524b866
commit
03d815d783
|
@ -180,6 +180,7 @@ case HAL_DRV_STATE_STOP:
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
/* Any other state ignored, driver already started.*/
|
/* Any other state ignored, driver already started.*/
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
osalSysUnlock();
|
osalSysUnlock();
|
||||||
|
|
|
@ -314,6 +314,7 @@ msg_t drvStart(void *ip) {
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
/* Any other state ignored, driver already started.*/
|
/* Any other state ignored, driver already started.*/
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
osalSysUnlock();
|
osalSysUnlock();
|
||||||
|
|
Loading…
Reference in New Issue