Skip to content

Commit

Permalink
spistack remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuskleist committed Aug 11, 2023
1 parent 2556763 commit 5fc859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/driver/storage/block_device_spistack_flash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class BdSpiStackFlash : public modm::BlockDevice, protected NestedResumable<3>
*/
modm::ResumableResult<void>
waitWhileBusy();

public:
static constexpr bd_size_t BlockSizeRead = SpiBlockDevice::BlockSizeRead;
static constexpr bd_size_t BlockSizeWrite = SpiBlockDevice::BlockSizeWrite;
Expand Down

0 comments on commit 5fc859c

Please sign in to comment.