Update src/platform/portduino/ch341a_i2c.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2025-06-05 10:18:26 -05:00 committed by GitHub
parent e8c81732e0
commit cbe70488e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ struct EEPROM {
char *name;
uint32_t size;
uint16_t page_size;
uint8_t addr_size; // Length of addres in bytes
uint8_t addr_size; // Length of address in bytes
uint8_t i2c_addr_mask;
};