Fix formatting following the code review.
This commit is contained in:
parent
e9c7ab4cfc
commit
8d61419836
|
@ -33,7 +33,7 @@ bool Cst816S::Init() {
|
|||
vTaskDelay(5);
|
||||
|
||||
static constexpr uint8_t maxRetries = 3;
|
||||
bool isDeviceOk = false;
|
||||
bool isDeviceOk;
|
||||
uint8_t retries = 0;
|
||||
do {
|
||||
isDeviceOk = CheckDeviceIds();
|
||||
|
|
Loading…
Reference in New Issue
Block a user