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

master
gdisirio 2013-05-11 11:01:25 +00:00
parent d76bd50dd4
commit 3d86a56dc2
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ void __early_init(void) {
void boardInit(void) {
}
#if HAL_USE_SDC
/**
* @brief Insertion monitor function.
*
@ -79,3 +80,4 @@ bool_t sdc_lld_is_write_protected(SDCDriver *sdcp) {
(void)sdcp;
return FALSE;
}
#endif /* HAL_USE_SDC */