Deprecate auto (ignoring it was never supported to begin with)

This commit is contained in:
Lightos1
2026-01-01 23:24:57 +01:00
parent f1a13e0955
commit 3b71ff398e
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ enum MtcConfig: u32 {
};
enum TableConfig: u32 {
AUTO = 0, /* Auto is not supported yet. */
AUTO_DEPRECATED = 0,
DEFAULT_TABLE = 1,
TBREAK_1581 = 2,
TBREAK_1683 = 3,