ethc: Update to 12.x

This commit is contained in:
german77 2021-04-08 14:15:59 -06:00
parent 6c81332ca7
commit f90041a2d4

View File

@ -15,6 +15,7 @@ ETHC_C::ETHC_C(Core::System& system_) : ServiceFramework{system_, "ethc:c"} {
{3, nullptr, "GetMediaList"},
{4, nullptr, "SetMediaType"},
{5, nullptr, "GetMediaType"},
{6, nullptr, "Unknown6"},
};
// clang-format on