mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
More compatible uint8_t for Experimental i2c Bus buffer (#15788)
This commit is contained in:
parent
e9805a0bcb
commit
cf87d3c700
@ -62,7 +62,7 @@ class TWIBus {
|
||||
* @brief Internal buffer
|
||||
* @details A fixed buffer. TWI commands can be no longer than this.
|
||||
*/
|
||||
char buffer[TWIBUS_BUFFER_SIZE];
|
||||
uint8_t buffer[TWIBUS_BUFFER_SIZE];
|
||||
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user