mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
add dummy CFanControlNotifier::setSpeed() to fix build
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user