Skip to content

Commit

Permalink
Addresses lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 18, 2024
1 parent 0b21e96 commit c219017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/JJYReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ time_t JJYReceiver::getTime() {
globaltime = updateTimeInfo(last_jjydata,0,1);
state = TIMETICK;
received_time = globaltime;
break;
default:
return -1;
}
return received_time;
}
Expand Down

0 comments on commit c219017

Please sign in to comment.