Skip to content
Snippets Groups Projects
Commit 5edeaec2 authored by fxk8y's avatar fxk8y :spider:
Browse files

Namespacing…

parent 9ebc5d3a
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ void CyanLight::Controller::setPWM(uint8_t channel, float value) {
}
void CyanLight::Controller::setGammaCorrector(GammaCorrector gammaCorrector) {
void CyanLight::Controller::setGammaCorrector(CyanLight::GammaCorrector gammaCorrector) {
this->gammaCorrector = gammaCorrector;
}
......@@ -269,7 +269,7 @@ uint8_t CyanLight::Controller::getResolution() {
return this->resolution;
}
void CyanLight::Controller::setPacketHandledCallback(PacketHandledCallback callback) {
void CyanLight::Controller::setPacketHandledCallback(CyanLight::PacketHandledCallback callback) {
this->packetCallback = callback;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment