diff --git a/src/system/setting_helpers.cpp b/src/system/setting_helpers.cpp index ad8a8e44a..2a77c36b3 100644 --- a/src/system/setting_helpers.cpp +++ b/src/system/setting_helpers.cpp @@ -522,6 +522,10 @@ bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data) return false; } #else +void CFanControlNotifier::setSpeed(unsigned int) +{ +} + bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void *) { return false;