Преглед изворни кода

More compatible uint8_t for Experimental i2c Bus buffer (#15788)

aleknest пре 5 година
родитељ
комит
cf87d3c700
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/feature/twibus.h

+ 1
- 1
Marlin/src/feature/twibus.h Прегледај датотеку

@@ -62,7 +62,7 @@ class TWIBus {
62 62
      * @brief Internal buffer
63 63
      * @details A fixed buffer. TWI commands can be no longer than this.
64 64
      */
65
-    char buffer[TWIBUS_BUFFER_SIZE];
65
+    uint8_t buffer[TWIBUS_BUFFER_SIZE];
66 66
 
67 67
 
68 68
   public:

Loading…
Откажи
Сачувај