Ensure I2C write buffer does not overflow #20
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
Dependencies
No dependencies set.
Reference
Mikrokontrollersystemer-gruppe-4/mikrokontrollersystemer-prosjekt#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
void i2c_write_handler(uint8_t data) {The write does not check if the buffer will overflow and will cause an issue if the master sends too much data.
This should be fixed.