Skip to content

Commit 9cf12fa

Browse files
committed
Deleting superfluous variable 'timestamps'.
1 parent bbaeb17 commit 9cf12fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/motors/SmartServo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ class SmartServoClass
8484
static int constexpr MAX_RX_PAYLOAD_LEN = 10;
8585
static int constexpr MAX_POSITION = 4000;
8686

87-
int timestamps[6 * 6] = {0};
88-
8987
int calcChecksum ();
9088
void sendPacket ();
9189
void writeCmd (uint8_t const id, SmartServoOperation const instruction);

0 commit comments

Comments
 (0)