Skip to content

Commit

Permalink
Merge pull request #54 from mROS-base/eliminate_mros2_cpp_warning
Browse files Browse the repository at this point in the history
eliminate [-Wdepreated-declarations] warning message
  • Loading branch information
takasehideki authored Oct 5, 2023
2 parents 15abac5 + c9d9ce9 commit 09617d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mros2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ namespace mros2
}
#else /* __MBED__ */
// The queue above seems not to be pushed anywhere. So just sleep.
ThisThread::sleep_for(1000);
ThisThread::sleep_for(1s);
#endif /* __MBED__ */
}
}
Expand Down

0 comments on commit 09617d7

Please # to comment.