Skip to content

Commit 216b021

Browse files
authored
Update ESP_FlexyStepper.cpp fix camel case
1 parent f8186bc commit 216b021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ESP_FlexyStepper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ bool ESP_FlexyStepper::isBrakeActive()
416416
/**
417417
* activate (engage) the driver (if any is configured, otherwise will do nothing)
418418
*/
419-
void ESP_FlexyStepper::enabledriver(void)
419+
void ESP_FlexyStepper::enableDriver(void)
420420
{
421421
if (this->_isEnableConfigured)
422422
{
@@ -428,7 +428,7 @@ if (this->_isEnableConfigured)
428428
/**
429429
* deactivate (release) the driver (if any is configured, otherwise will do nothing)
430430
*/
431-
void ESP_FlexyStepper::disabledriver(void)
431+
void ESP_FlexyStepper::disableDriver(void)
432432
{
433433
if (this->_isEnableConfigured)
434434
{

0 commit comments

Comments
 (0)