mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
tabs to spaces
This commit is contained in:
parent
7ca18b52ca
commit
7f4a02b735
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@ static void sdcard_deselect(void)
|
||||||
static void sdcard_reset(void)
|
static void sdcard_reset(void)
|
||||||
{
|
{
|
||||||
if (!sdcard_isInserted()) {
|
if (!sdcard_isInserted()) {
|
||||||
sdcard.state = SDCARD_STATE_NOT_PRESENT;
|
sdcard.state = SDCARD_STATE_NOT_PRESENT;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sdcard.state >= SDCARD_STATE_READY) {
|
if (sdcard.state >= SDCARD_STATE_READY) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue