Remove comments (5/5)

This commit is contained in:
VolcaEM
2020-06-27 01:22:55 +02:00
committed by GitHub
parent 55b08e35ef
commit f5f20f2c94

View File

@@ -20,7 +20,7 @@ SPSM::SPSM() : ServiceFramework{"spsm"} {
{8, nullptr, "AnalyzePerformanceLogForLastSleepWakeSequence"},
{9, nullptr, "ChangeHomeButtonLongPressingTime"},
{10, nullptr, "PutErrorState"},
{11, nullptr, "InvalidateCurrentHomeButtonPressing"}, // 1.0.0 - 3.0.2
{11, nullptr, "InvalidateCurrentHomeButtonPressing"},
};
// clang-format on