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

This commit is contained in:
Giovanni Di Sirio 2017-11-04 15:08:47 +00:00
parent b2b05acab3
commit 4efd9dfd7d
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ void sdc_lld_start_clk(SDCDriver *sdcp) {
sdcp->sdio->CLKCR |= SDIO_CLKCR_CLKEN;
/* Clock activation delay.*/
osalThreadSleep(OSAL_MS2ST(STM32_SDC_CLOCK_ACTIVATION_DELAY));
osalThreadSleep(OSAL_MS2I(STM32_SDC_CLOCK_ACTIVATION_DELAY));
}
/**