summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Cst816s.h')
-rw-r--r--src/drivers/Cst816s.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Cst816s.h b/src/drivers/Cst816s.h
index 7664a83e..14c296ea 100644
--- a/src/drivers/Cst816s.h
+++ b/src/drivers/Cst816s.h
@@ -5,7 +5,7 @@
namespace Pinetime {
namespace Drivers {
class Cst816S {
- public:
+ public:
enum class Gestures : uint8_t {
None = 0x00,
SlideDown = 0x01,
@@ -38,7 +38,7 @@ namespace Pinetime {
void Sleep();
void Wakeup();
- private:
+ private:
static constexpr uint8_t pinIrq = 28;
static constexpr uint8_t pinReset = 10;
static constexpr uint8_t lastTouchId = 0x0f;