This commit is contained in:
ildus hakov 2023-10-26 20:02:09 -04:00
parent dc2d52eb8d
commit 6da3d76da5

View File

@ -296,11 +296,11 @@ public:
/**********************************************************************/
bool isPressed(void) { return currstate; };
/**********************************************************************/
/*!
/**********************************************************************/
/*!
@brief Check whether the button is enabled
@returns True if enabled
*/
*/
/**********************************************************************/
bool isEnabled(void) { return _enabled; }