Skip to content

Commit f4161e3

Browse files
committed
Clang
1 parent db0d04b commit f4161e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/register/Wippersnapper_Register.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bool Wippersnapper::encodePubRegistrationReq() {
7777
/****************************************************************************/
7878
void Wippersnapper::pollRegistrationResp() {
7979
// Blocking loop, WDT reset upon failure.
80-
//WS._boardStatus = WS_BOARD_DEF_OK;
80+
// WS._boardStatus = WS_BOARD_DEF_OK;
8181
while (WS._boardStatus != WS_BOARD_DEF_OK) {
8282
WS_DEBUG_PRINT("Polling for registration message response...");
8383
WS_DEBUG_PRINTLN(WS._boardStatus);

0 commit comments

Comments
 (0)