MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / ErrorBeep

Method ErrorBeep

src/Display/Display.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void Display::ErrorBeep() noexcept
366{
367 Beep(500, 1000);
368}
369
370// Caution: this may be called from within an ISR
371void Display::StopBeep() noexcept

Callers 2

Adjust_SelectHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected