We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9929ade commit 30a72daCopy full SHA for 30a72da
src/current_sense/GenericCurrentSense.cpp
@@ -56,6 +56,7 @@ PhaseCurrent_s GenericCurrentSense::getPhaseCurrents(){
56
// 3 - success but gains inverted
57
// 4 - success but pins reconfigured and gains inverted
58
int GenericCurrentSense::driverAlign(float voltage){
59
+ (void) voltage; // remove unused parameter warning
60
int exit_flag = 1;
61
if(skip_align) return exit_flag;
62
0 commit comments