add dummy CFanControlNotifier::setSpeed() to fix build

This commit is contained in:
Stefan Seyfried
2012-11-03 10:47:04 +01:00
parent 7e23ac7223
commit e7b93ab4b2

View File

@@ -522,6 +522,10 @@ bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data)
return false; return false;
} }
#else #else
void CFanControlNotifier::setSpeed(unsigned int)
{
}
bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void *) bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void *)
{ {
return false; return false;