SystemClockDriver --> SystemClock

This commit is contained in:
Pavel Kirienko
2014-03-30 19:55:17 +04:00
parent 3df6f958f7
commit c5d4b81009
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main()
std::cout << "Enter system time adjustment in seconds (fractions allowed): " << std::endl;
std::cin >> sec;
uavcan_linux::SystemClockDriver clock;
uavcan_linux::SystemClock clock;
const auto before = std::chrono::system_clock::now();
try