Ver código fonte

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

aleknest 5 anos atrás
pai
commit
cf87d3c700
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/feature/twibus.h

+ 1
- 1
Marlin/src/feature/twibus.h Ver arquivo

@@ -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:

Carregando…
Cancelar
Salvar