sd detect pin feature (#222)
* test sd detect pin * sd detect support for f2 board
This commit is contained in:
@@ -58,4 +58,6 @@ static inline bool hal_gpio_read(const GpioPin* gpio) {
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool hal_gpio_read_sd_detect(void);
|
Reference in New Issue
Block a user