only: looks like no problems here
This commit is contained in:
parent
b8e73be7c5
commit
6dd7591fdf
|
@ -34,8 +34,7 @@ AdcSubscriptionEntry *adc = nullptr;
|
|||
return false;
|
||||
}
|
||||
|
||||
float lowpassCutoffHz = engineConfiguration->magicNumberAvailableForDevTricks > 3 ? engineConfiguration->magicNumberAvailableForDevTricks : 200;
|
||||
adc = AdcSubscription::SubscribeSensor(m_sens, cfg.channel, lowpassCutoffHz);
|
||||
adc = AdcSubscription::SubscribeSensor(m_sens, cfg.channel, /*lowpassCutoffHz*/ 200);
|
||||
|
||||
return m_sens.Register();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue