Skip to content

Commit

Permalink
struct I2C_Bus_Info: change type of flags from uint16_t to uint32 to …
Browse files Browse the repository at this point in the history
…accomodate larger values
  • Loading branch information
rockowitz committed Oct 25, 2024
1 parent ac93f66 commit 071408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/i2c_bus_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct {
#ifdef ALT_LOCK_REC
Display_Lock_Record * lock_record; ///<
#endif
uint16_t flags; ///< I2C_BUS_* flags
uint32_t flags; ///< I2C_BUS_* flags
char * driver; ///< driver name
int open_errno; ///< errno if open fails (!I2C_BUS_ACCESSIBLE)
char * drm_connector_name; ///< from /sys
Expand Down

0 comments on commit 071408f

Please sign in to comment.