diff --git a/stimBuffApis/livoxGen1/pcloudStimulusBuffer.cpp b/stimBuffApis/livoxGen1/pcloudStimulusBuffer.cpp index 4757916..f23ac79 100644 --- a/stimBuffApis/livoxGen1/pcloudStimulusBuffer.cpp +++ b/stimBuffApis/livoxGen1/pcloudStimulusBuffer.cpp @@ -53,7 +53,7 @@ ioUringAssemblyEngine(*this) void PcloudStimulusBuffer::start() { // Call ioUringAssemblyEngine setup() as the final step - // ioUringAssemblyEngine.setup(); + ioUringAssemblyEngine.setup(); // Call base class start() as the final step StimulusBuffer::start(); } @@ -63,7 +63,7 @@ void PcloudStimulusBuffer::stop() // Call base class stop() as the first step StimulusBuffer::stop(); // Call ioUringAssemblyEngine stop() as the final step - // ioUringAssemblyEngine.finalize(); + ioUringAssemblyEngine.finalize(); } void PcloudStimulusBuffer::stimFrameProductionTimesliceInd()