Files
dspico-usb-examples/examples/usb-microphone/arm7/source/ExitMode.h

11 lines
205 B
C
Raw Normal View History

2025-12-20 14:05:09 +01:00
#pragma once
/// @brief Enum representing the exit mode of launcher.
enum class ExitMode
{
/// @brief Reset the system (DSi mode only).
Reset,
/// @brief Power off the system.
PowerOff
};