diff options
| author | Chris Browne <cbbrowne@hpaq.int.linuxdatabases.info> | 2016-10-10 17:18:15 -0400 | 
|---|---|---|
| committer | Chris Browne <cbbrowne@hpaq.int.linuxdatabases.info> | 2016-10-10 17:18:15 -0400 | 
| commit | 4b682ea63e2b3dd0bc1132917be7985ce0da57a6 (patch) | |
| tree | 6d79874c5542148c27907511ecdb2e9e5e12b24b /tmk_core/common/led.h | |
| parent | 04759d63ef9b520fc41d76de64bb65198448fc1c (diff) | |
| parent | a9df99b81c787862dc3fa11bd854fe39e704da81 (diff) | |
| download | firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.tar.gz firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.tar.bz2 firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.zip | |
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
Diffstat (limited to 'tmk_core/common/led.h')
| -rw-r--r-- | tmk_core/common/led.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index d5fc051bf..61c971c10 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -34,8 +34,10 @@ extern "C" {  void led_set(uint8_t usb_led); +void led_init_ports(void); +  #ifdef __cplusplus  }  #endif -#endif +#endif
\ No newline at end of file | 
