Skip to content

Commit 6a7e3e2

Browse files
authored
Update Stm32F4_Encoder.h
1 parent 736e702 commit 6a7e3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stm32F4_Encoder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,9 @@ class Encoder
707707
void eattach(int enco);
708708
Encoder();
709709
void SetCount( enum EncTimer enc, int64_t Counter);
710-
int16_t GetCount( enum EncTimer enc);
710+
uint16_t GetCount( enum EncTimer enc);
711711
void attachh(int encoNumber);
712-
int16_t c;
712+
uint16_t c;
713713
};
714714

715715

0 commit comments

Comments
 (0)