mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
HAL - change variable type for PCA9685 data.
This commit is contained in:
parent
278a9c52a6
commit
261ccf2f3b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user