Skip to content

Commit 09617d7

Browse files
authored
Merge pull request #54 from mROS-base/eliminate_mros2_cpp_warning
eliminate [-Wdepreated-declarations] warning message
2 parents 15abac5 + c9d9ce9 commit 09617d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mros2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ namespace mros2
298298
}
299299
#else /* __MBED__ */
300300
// The queue above seems not to be pushed anywhere. So just sleep.
301-
ThisThread::sleep_for(1000);
301+
ThisThread::sleep_for(1s);
302302
#endif /* __MBED__ */
303303
}
304304
}

0 commit comments

Comments
 (0)