Skip to content

Commit 3cee9cf

Browse files
author
Richard Unger
committed
make isSentinel useable for other code
1 parent ae5accb commit 3cee9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/communication/Commander.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ class Commander
240240
*/
241241
void motion(FOCMotor* motor, char* user_cmd, char* separator = (char *)" ");
242242

243+
bool isSentinel(char ch);
243244
private:
244245
// Subscribed command callback variables
245246
CommandCallback call_list[20];//!< array of command callback pointers - 20 is an arbitrary number
@@ -294,7 +295,6 @@ class Commander
294295

295296

296297
void printError();
297-
bool isSentinel(char ch);
298298
};
299299

300300

0 commit comments

Comments
 (0)