diff --git a/src/libsc/k60/led.cpp b/src/libsc/k60/led.cpp index fc30415..54f96dd 100644 --- a/src/libsc/k60/led.cpp +++ b/src/libsc/k60/led.cpp @@ -92,12 +92,12 @@ void Led::Switch() } #else -Led::Led(const uint8_t id) +Led::Led(const uint8_t) : m_pin(nullptr) { LOG_DL("Configured not to use Led"); } -void Led::SetEnable(const bool flag) {} +void Led::SetEnable(const bool) {} void Led::Switch() {} #endif