Skip to content

Commit 5b60aee

Browse files
BootloaderTest: Fix indentation
1 parent 6e3e210 commit 5b60aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BootloaderTest/BootloaderTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ bool read_status(uint8_t *status, uint8_t *datain, uint8_t okLen, uint8_t failLe
9090

9191
uint8_t expectedLen;
9292
if (*status == Status::COMMAND_OK)
93-
expectedLen = okLen;
93+
expectedLen = okLen;
9494
else if (*status == Status::COMMAND_FAILED)
9595
expectedLen = failLen;
9696
else // All other errors have no data

0 commit comments

Comments
 (0)