Files
dspico-usb-examples/examples/usb-microphone/arm7/source/ExitMode.h
2025-12-20 14:05:09 +01:00

11 lines
205 B
C

#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
};