Sfoglia il codice sorgente

document

tags/v0.5.0
wolfv6 8 anni fa
parent
commit
004806554b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/Code_LEDLock.h

+ 1
- 1
src/Code_LEDLock.h Vedi File

@@ -21,7 +21,7 @@ class Code_LEDLock : public Code
private:
const uint16_t scancode;
uint8_t USB_LED_bit; //codes used by keyboard output report
LED& refLED;
LED& refLED; //indicator on keyboard
void updateLED() const;
public: