Skip to content

Commit

Permalink
RESULT_OK fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia O. authored and Ilia O. committed Jul 13, 2024
1 parent 9ef0119 commit ab18c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ String LDS::infoCodeToString(info_t code) {

String LDS::resultCodeToString(result_t code) {
switch (code) {
case OK:
case LDS::RESULT_OK:
return "OK";
case ERROR_TIMEOUT:
return "Timeout error";
Expand Down

0 comments on commit ab18c0f

Please sign in to comment.