mirror of https://github.com/rusefi/wideband.git
Typo in dac.h fix #308
This commit is contained in:
parent
bffc99c567
commit
81bc260ae0
|
@ -13,7 +13,7 @@ public:
|
|||
Dac(DACDriver& driver);
|
||||
|
||||
void Start(DACConfig& config);
|
||||
void SetVoltage(int channel, float volage);
|
||||
void SetVoltage(int channel, float voltage);
|
||||
float GetLastVoltage(int channel);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue