summaryrefslogtreecommitdiffstats
path: root/led-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'led-main.cpp')
-rw-r--r--led-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/led-main.cpp b/led-main.cpp
index e10c2fe..90bba1e 100644
--- a/led-main.cpp
+++ b/led-main.cpp
@@ -3,7 +3,7 @@
int main(void)
{
- phosphor::led::Manager ledMgr(BUSNAME, OBJPATH, INTERFACE);
+ phosphor::led::Group ledMgr(BUSNAME, OBJPATH, INTERFACE);
ledMgr.run();
return 0;
}
OpenPOWER on IntegriCloud