mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Removed whitespace from end of lines
This commit is contained in:
parent
4b3904ad0d
commit
eb490d65ee
24 changed files with 121 additions and 121 deletions
|
@ -1028,7 +1028,7 @@ bool sdcard_readBlock(uint32_t blockIndex, uint8_t *buffer, sdcard_operationComp
|
|||
sdcard.pendingOperation.blockIndex = blockIndex;
|
||||
sdcard.pendingOperation.callback = callback;
|
||||
sdcard.pendingOperation.callbackData = callbackData;
|
||||
|
||||
|
||||
sdcard.state = SDCARD_STATE_READING;
|
||||
|
||||
sdcard.operationStartTime = millis();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue