pebble/src/fw/services/runlevel.def
2025-01-27 11:38:16 -08:00

11 lines
248 B
C

// Run Level definitions
//
// To add a new runlevel definition, add a new line with RUNLEVEL(number, name).
RUNLEVEL(0, BareMinimum)
RUNLEVEL(1, LowPower)
RUNLEVEL(2, Stationary)
RUNLEVEL(3, FirmwareUpdate)
RUNLEVEL(4, Normal)
// vim:filetype=c