Skip to content

Commit

Permalink
Typo in dac.h fix mck1117#308 (mck1117#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc authored Apr 24, 2024
1 parent bffc99c commit 63b77f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/dac.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Dac
Dac(DACDriver& driver);

void Start(DACConfig& config);
void SetVoltage(int channel, float volage);
void SetVoltage(int channel, float voltage);
float GetLastVoltage(int channel);

private:
Expand Down

0 comments on commit 63b77f7

Please sign in to comment.