Skip to content

Commit b3b6275

Browse files
committed
comment out unused array
1 parent 34da5d0 commit b3b6275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/base_classes/CurrentSense.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ int CurrentSense::alignHybridDriver(float voltage, BLDCDriver* bldc_driver, bool
698698
// check the phase B
699699
// find the highest magnitude in c
700700
// and make sure it's around the same as the C current (if the phase C is measured)
701-
float cb[3] = {fabs(c.a), fabs(c.b), fabs(c.c)};
701+
// float cb[3] = {fabs(c.a), fabs(c.b), fabs(c.c)};
702702
if(c.b && c.c){
703703
// if b and mid-phase c measured
704704
// verify that they have almost the same magnitude

0 commit comments

Comments
 (0)