Skip to content

Commit

Permalink
uint8_t -> int8_t. Range is actually -16 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Nov 21, 2024
1 parent 88044f6 commit baaf692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/gimbal_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef struct gimbalConfig_s {
uint8_t panChannel;
uint8_t tiltChannel;
uint8_t rollChannel;
uint8_t sensitivity;
int8_t sensitivity;
uint16_t panTrim;
uint16_t tiltTrim;
uint16_t rollTrim;
Expand Down

0 comments on commit baaf692

Please sign in to comment.