core: Set boss as a online LLE module (#1952)

This commit is contained in:
PabloMK7 2026-03-28 12:43:26 +01:00 committed by GitHub
parent 6201256e15
commit be0f096f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ const std::array<ServiceModuleInfo, 41> service_module_map{
{"AC", 0x00040130'00002402, AC::InstallInterfaces, false},
{"ACT", 0x00040130'00003802, ACT::InstallInterfaces, true},
{"AM", 0x00040130'00001502, AM::InstallInterfaces, false},
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, false},
{"BOSS", 0x00040130'00003402, BOSS::InstallInterfaces, true},
{"CAM", 0x00040130'00001602,
[](Core::System& system) {
CAM::InstallInterfaces(system);