From 216b021921208580807a2469e844f9ece833b0eb Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jan 2024 23:11:17 +0100 Subject: [PATCH] Update ESP_FlexyStepper.cpp fix camel case --- src/ESP_FlexyStepper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ESP_FlexyStepper.cpp b/src/ESP_FlexyStepper.cpp index 1d5b387..0595972 100644 --- a/src/ESP_FlexyStepper.cpp +++ b/src/ESP_FlexyStepper.cpp @@ -416,7 +416,7 @@ bool ESP_FlexyStepper::isBrakeActive() /** * activate (engage) the driver (if any is configured, otherwise will do nothing) */ -void ESP_FlexyStepper::enabledriver(void) +void ESP_FlexyStepper::enableDriver(void) { if (this->_isEnableConfigured) { @@ -428,7 +428,7 @@ if (this->_isEnableConfigured) /** * deactivate (release) the driver (if any is configured, otherwise will do nothing) */ -void ESP_FlexyStepper::disabledriver(void) +void ESP_FlexyStepper::disableDriver(void) { if (this->_isEnableConfigured) {