From e39754ba105213c133407e2dacb5fd31f3873e4c Mon Sep 17 00:00:00 2001 From: Robin Howard Date: Fri, 19 Apr 2024 16:00:57 +1000 Subject: Fix DRV2065L register usage: we were accidentally setting control2 when we meant control3. --- src/drivers/haptics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/haptics.cpp') diff --git a/src/drivers/haptics.cpp b/src/drivers/haptics.cpp index 46136e62..ccc9e599 100644 --- a/src/drivers/haptics.cpp +++ b/src/drivers/haptics.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include "assert.h" #include "driver/gpio.h" -- cgit v1.2.3