use preprocessor conditional on backlight initialization
This commit is contained in:
parent
5bb7ef0012
commit
6a4ee574bc
2 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,9 @@ void matrix_init(void)
|
|||
MCUCR |= (1<<JTD);
|
||||
MCUCR |= (1<<JTD);
|
||||
|
||||
#if BACKLIGHT_ENABLE == 'yes'
|
||||
backlight_init_ports();
|
||||
#endif
|
||||
|
||||
// Turn status LED on
|
||||
DDRE |= (1<<6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue