Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Apr 30, 2024
1 parent 6abc14e commit f0e972e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ void CARMACloudPlugin::HandleCARMARequest(tsm4Message &msg, routeable_message &r
char bounds_str[5000];
strcpy(bounds_str, "");

// get current time
uint32_t tm = getClock()->nowInSeconds() / 60 - fetchtime * 24 * 60; // T minus 24 hours in min
uint32_t oldestInMins = getClock()->nowInSeconds() / 60 - fetchtime * 24 * 60; // T minus 24 hours in min

while (cnt < totBounds)
{
Expand Down

0 comments on commit f0e972e

Please sign in to comment.