git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5714 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
d76bd50dd4
commit
3d86a56dc2
|
@ -53,6 +53,7 @@ void __early_init(void) {
|
||||||
void boardInit(void) {
|
void boardInit(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if HAL_USE_SDC
|
||||||
/**
|
/**
|
||||||
* @brief Insertion monitor function.
|
* @brief Insertion monitor function.
|
||||||
*
|
*
|
||||||
|
@ -79,3 +80,4 @@ bool_t sdc_lld_is_write_protected(SDCDriver *sdcp) {
|
||||||
(void)sdcp;
|
(void)sdcp;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
#endif /* HAL_USE_SDC */
|
||||||
|
|
Loading…
Reference in New Issue