re-run generators

This commit is contained in:
2023-07-21 10:26:57 +02:00
parent 4e2989d2bd
commit 8251f28cda
11 changed files with 24 additions and 11 deletions

View File

@ -126,7 +126,7 @@ static constexpr Event PDEC_REBOOT = event::makeEvent(SUBSYSTEM_ID, 12, severity
//! P2: First four letters of Git SHA is the last byte of P1 is set.
static constexpr Event FIRMWARE_INFO = event::makeEvent(SUBSYSTEM_ID, 13, severity::INFO);
//! [EXPORT] : [COMMENT] Active SD card info. 0: OFF, 1: ON, 2: MOUNTED.
//! P1: SD Card 0m P2: SD Card 2.
//! P1: SD Card 0, P2: SD Card 2.
static constexpr Event ACTIVE_SD_INFO = event::makeEvent(SUBSYSTEM_ID, 14, severity::INFO);
class ListDirectoryCmdBase {