Re-included adalight in no-spidev build

Former-commit-id: 0e0d6504b0fe77def6f917ab6cda16a42e3b9bff
This commit is contained in:
Johan
2013-12-19 09:29:26 +01:00
parent feb88d56bd
commit 4f3db5e1c0
2 changed files with 8 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ LedDevice * LedDeviceFactory::construct(const Json::Value & deviceConfig)
device = deviceLpd8806;
}
#endif
else if (type == "adalight")
{
const std::string output = deviceConfig["output"].asString();
@@ -84,7 +85,6 @@ LedDevice * LedDeviceFactory::construct(const Json::Value & deviceConfig)
device = deviceAdalight;
}
#endif
else if (type == "sedu")
{
const std::string output = deviceConfig["output"].asString();