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::TargetMemoryBufferSpan buffer,
|
||||
Targets::TargetMemorySize blockSize,
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace DebugToolDrivers::Wch::Protocols::WchLink
|
||||
) override;
|
||||
|
||||
void writeFlashPartialBlock(Targets::TargetMemoryAddress startAddress, Targets::TargetMemoryBufferSpan buffer);
|
||||
void writeFlashFullBlocks(
|
||||
void writeFlashFullBlock(
|
||||
Targets::TargetMemoryAddress startAddress,
|
||||
Targets::TargetMemoryBufferSpan buffer,
|
||||
Targets::TargetMemorySize blockSize,
|
||||
|
||||
@@ -658,7 +658,7 @@ namespace DebugToolDrivers::Wch
|
||||
return;
|
||||
}
|
||||
|
||||
this->wchLinkInterface.writeFlashFullBlocks(
|
||||
this->wchLinkInterface.writeFlashFullBlock(
|
||||
startAddress,
|
||||
buffer,
|
||||
this->programmingBlockSize,
|
||||
|
||||
Reference in New Issue
Block a user