Tidying
This commit is contained in:
@@ -185,7 +185,7 @@ namespace DebugToolDrivers::Wch::Protocols::WchLink
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void WchLinkInterface::writeFlashFullBlocks(
|
void WchLinkInterface::writeFlashFullBlock(
|
||||||
Targets::TargetMemoryAddress startAddress,
|
Targets::TargetMemoryAddress startAddress,
|
||||||
Targets::TargetMemoryBufferSpan buffer,
|
Targets::TargetMemoryBufferSpan buffer,
|
||||||
Targets::TargetMemorySize blockSize,
|
Targets::TargetMemorySize blockSize,
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ namespace DebugToolDrivers::Wch::Protocols::WchLink
|
|||||||
) override;
|
) override;
|
||||||
|
|
||||||
void writeFlashPartialBlock(Targets::TargetMemoryAddress startAddress, Targets::TargetMemoryBufferSpan buffer);
|
void writeFlashPartialBlock(Targets::TargetMemoryAddress startAddress, Targets::TargetMemoryBufferSpan buffer);
|
||||||
void writeFlashFullBlocks(
|
void writeFlashFullBlock(
|
||||||
Targets::TargetMemoryAddress startAddress,
|
Targets::TargetMemoryAddress startAddress,
|
||||||
Targets::TargetMemoryBufferSpan buffer,
|
Targets::TargetMemoryBufferSpan buffer,
|
||||||
Targets::TargetMemorySize blockSize,
|
Targets::TargetMemorySize blockSize,
|
||||||
|
|||||||
@@ -658,7 +658,7 @@ namespace DebugToolDrivers::Wch
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->wchLinkInterface.writeFlashFullBlocks(
|
this->wchLinkInterface.writeFlashFullBlock(
|
||||||
startAddress,
|
startAddress,
|
||||||
buffer,
|
buffer,
|
||||||
this->programmingBlockSize,
|
this->programmingBlockSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user