enum DebugLevelsΒΆ

#include <Enums.h>
 
enum DebugLevels {
    DEBUG_L0 = 0,
    DEBUG_L1 = 1,
    DEBUG_L2 = 2,
    DEBUG_L3 = 3,
};