Skip to content

Commit 3d61ba7

Browse files
committed
Add delay to receive message function
1 parent b75ce56 commit 3d61ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/comm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ModuleComm::Respond_t ModuleComm::getResponse(uint32_t timeout)
7171
break;
7272
}
7373

74-
// delay(5);
74+
delay(5);
7575
}
7676

7777
return ret;

0 commit comments

Comments
 (0)