Typo in dac.h fix #308

This commit is contained in:
rusEFI LLC 2024-04-24 15:29:27 -04:00
parent bffc99c567
commit 81bc260ae0
1 changed files with 1 additions and 1 deletions

View File

@ -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: