Skip to content
Snippets Groups Projects
Commit 44db0438 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed missing call to shutdown in destructor of accessor

parent 0a3722c6
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ class TimerDummyRegisterAccessor : public mtca4u::NDRegisterAccessor<UserType> {
mtca4u::NDRegisterAccessor<UserType>::buffer_2D[0][0] = UserType();
}
~TimerDummyRegisterAccessor() { this->shutdown(); }
void doReadTransfer() override {
usleep(1000000);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment