Changeset 460 in flair-src for trunk/lib/FlairSensorActuator/src/Bldc_impl.cpp
- Timestamp:
- Jan 5, 2022, 4:38:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Bldc_impl.cpp
r340 r460 68 68 } 69 69 } 70 if(motors_count%2!=0) { 71 ostringstream test_name; 72 test_name << "test motor " << index; 73 button_test[index] =new PushButton(groupbox->NewRow(), test_name.str()); 74 index++; 75 } 70 76 71 77 // flight time
Note:
See TracChangeset
for help on using the changeset viewer.