From 6da3d76da53d698a09b2b92b1b66d6b7a471585e Mon Sep 17 00:00:00 2001 From: ildus hakov Date: Thu, 26 Oct 2023 20:02:09 -0400 Subject: [PATCH] clang5 --- Adafruit_GFX.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Adafruit_GFX.h b/Adafruit_GFX.h index 5867cc7..bb5ca20 100644 --- a/Adafruit_GFX.h +++ b/Adafruit_GFX.h @@ -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; }