Dbg: Useful printfs for the raspi5
This commit is contained in:
@@ -88,7 +88,10 @@ void StimulusBuffer::onTimeout(const boost::system::error_code& error)
|
||||
if (frameAssemblyRateLimiter.tryAcquire())
|
||||
{ nextWakeupDelayMs = CONFIG_STIMBUFF_FRAME_PERIOD_MS; }
|
||||
else
|
||||
{ nextWakeupDelayMs = CONFIG_STIMBUFF_FRAME_RETRY_DELAY_MS; }
|
||||
{
|
||||
std::cout << __func__ << ": Deferring frame production due to rate limit." << std::endl;
|
||||
nextWakeupDelayMs = CONFIG_STIMBUFF_FRAME_RETRY_DELAY_MS;
|
||||
}
|
||||
|
||||
// Call the derived class's frame production handler
|
||||
stimFrameProductionTimesliceInd();
|
||||
|
||||
Reference in New Issue
Block a user