ERIS CORE

◆ update_stop()

void AudioStream::update_stop ( void  )
staticprotectedinherited

Definition at line 390 of file AudioStream.cpp.

391 {
392  NVIC_DISABLE_IRQ(IRQ_SOFTWARE);
393  update_scheduled = false;
394 }
static bool update_scheduled
Definition: AudioStream.h:207

References AudioStream::update_scheduled.