Skip to content

Commit acbe869

Browse files
committed
Deleting superfluous variable 'timestamps'.
1 parent 2232b99 commit acbe869

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
@@ -85,8 +85,6 @@ class SmartServoClass
8585
static int constexpr MAX_RX_PAYLOAD_LEN = 10;
8686
static int constexpr MAX_POSITION = 4000;
8787

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

0 commit comments

Comments
 (0)