mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
White space tidy
This commit is contained in:
parent
d25c852098
commit
ff16686893
58 changed files with 310 additions and 310 deletions
|
@ -523,9 +523,9 @@ static uint32_t currentPage = UINT32_MAX;
|
|||
void w25n01g_pageProgramFinish(flashDevice_t *fdevice)
|
||||
{
|
||||
if (bufferDirty && W25N01G_LINEAR_TO_COLUMN(programLoadAddress) == 0) {
|
||||
|
||||
|
||||
currentPage = W25N01G_LINEAR_TO_PAGE(programStartAddress); // reset page to the page being written
|
||||
|
||||
|
||||
w25n01g_programExecute(fdevice, W25N01G_LINEAR_TO_PAGE(programStartAddress));
|
||||
|
||||
bufferDirty = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue