diff --git a/Marlin/src/feature/twibus.h b/Marlin/src/feature/twibus.h
index cc40476374..211711ba85 100644
--- a/Marlin/src/feature/twibus.h
+++ b/Marlin/src/feature/twibus.h
@@ -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: