diff options
Diffstat (limited to 'NitrokeyManager.cc')
-rw-r--r-- | NitrokeyManager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NitrokeyManager.cc b/NitrokeyManager.cc index 5ef340c..39f1cff 100644 --- a/NitrokeyManager.cc +++ b/NitrokeyManager.cc @@ -185,7 +185,7 @@ namespace nitrokey{ return false; } - bool NitrokeyManager::mark_time() { + bool NitrokeyManager::get_time() { auto p = get_payload<SetTime>(); p.reset = 0; SetTime::CommandTransaction::run(*device, p); |