Skip to content
Snippets Groups Projects
Commit 66a890d4 authored by James Goppert's avatar James Goppert Committed by Lorenz Meier
Browse files

Remove mode enum since not used and declare enum type.

parent 9f20730d
No related branches found
No related tags found
No related merge requests found
......@@ -58,14 +58,7 @@ namespace px4
namespace logger
{
enum class SDLogMode {
ARM_UNTIL_DISARM = 0,
BOOT_UNTIL_DISARM,
BOOT_UNTIL_SHUTDOWN,
N_MODES
};
enum class SDLogProfile {
enum class SDLogProfile : int32_t {
DEFAULT = 0,
THERMAL_CALIBRATION,
SYSTEM_IDENTIFICATION,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment