Skip to content

Commit 9db53cd

Browse files
author
Richard Unger
committed
add methods to class correctly
1 parent 4934aae commit 9db53cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/base_classes/CurrentSense.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ void CurrentSense::linkDriver(BLDCDriver* _driver) {
102102
}
103103

104104

105-
void enable(){
105+
void CurrentSense::enable(){
106106
// nothing is done here, but you can override this function
107107
};
108108

109-
void disable(){
109+
void CurrentSense::disable(){
110110
// nothing is done here, but you can override this function
111111
};

0 commit comments

Comments
 (0)