From 261ccf2f3b7b0eff4e684ffe1ccf25116b4aaa9a Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Tue, 7 Feb 2023 15:09:21 +0000 Subject: [PATCH] HAL - change variable type for PCA9685 data. --- IODevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IODevice.h b/IODevice.h index a546b6d..d9c851f 100644 --- a/IODevice.h +++ b/IODevice.h @@ -315,7 +315,7 @@ private: struct ServoData *_servoData [16]; static const uint8_t _catchupSteps = 5; // number of steps to wait before switching servo off - static const byte FLASH _bounceProfile[30]; + static const uint8_t FLASH _bounceProfile[30]; const unsigned int refreshInterval = 50; // refresh every 50ms