Ver código fonte

Minor cleanup

Scott Lahteine 5 anos atrás
pai
commit
880f73d471
2 arquivos alterados com 1 adições e 2 exclusões
  1. 0
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/src/feature/leds/pca9533.h

+ 0
- 1
Marlin/Configuration_adv.h Ver arquivo

@@ -1423,7 +1423,6 @@
1423 1423
   //#define LCD_LANGUAGE_3 de
1424 1424
   //#define LCD_LANGUAGE_4 es
1425 1425
   //#define LCD_LANGUAGE_5 it
1426
-  //#define LCD_LANGUAGE_6 hu
1427 1426
 
1428 1427
   // Use a numeric passcode for "Screen lock" keypad.
1429 1428
   // (recommended for smaller displays)

+ 1
- 1
Marlin/src/feature/leds/pca9533.h Ver arquivo

@@ -31,7 +31,7 @@
31 31
 #define ENABLE_I2C_PULLUPS
32 32
 
33 33
 // Chip address (for Wire)
34
-#define PCA9533_Addr        0xC4 
34
+#define PCA9533_Addr        0xC4
35 35
 
36 36
 // Control registers
37 37
 #define PCA9533_REG_READ    0x00

Carregando…
Cancelar
Salvar