Skip to content

Commit

Permalink
minor: Change flex getter count from 8 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Jun 10, 2024
1 parent e67969a commit cd74bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/flex.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct flex_get {
const char *format;
};

#define GETTER_SLOTS 8
#define GETTER_SLOTS 12

struct flex_params {
char *name;
Expand Down

0 comments on commit cd74bcc

Please sign in to comment.