Skip to content

Commit b2a7426

Browse files
ValentiWorkLearningVKorniienko
authored and
VKorniienko
committed
Fixed block size variable type #17 [FLASH]
1 parent 278a78a commit b2a7426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/drivers/winbondflash/inc/windbondflash/winbond_flash_templated.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ template <typename TSpiBusInstance> class WinbondFlashDriver
5151

5252
CoroUtils::Task<std::span<std::uint8_t>> requestReadBlock(
5353
const std::uint32_t _address,
54-
const std::uint8_t _blockSize) noexcept
54+
const std::uint16_t _blockSize) noexcept
5555
{
5656
constexpr std::uint16_t PageSize = 256;
5757

0 commit comments

Comments
 (0)