dev/i2c: Fix integer type

Update #3082.
This commit is contained in:
Sebastian Huber
2017-08-22 14:17:53 +02:00
parent 279c54063e
commit e062741da6

View File

@@ -99,7 +99,7 @@
typedef struct {
i2c_bus base;
uint32_t regs;
uintptr_t regs;
i2c_msg* msgs;
uint32_t msgs_remaining;
i2c_msg* current_msg;