Patch for caselight + lcd compile issues

This commit is contained in:
Scott Lahteine
2017-09-23 17:25:18 -05:00
parent ff1f211eb4
commit bfd1e75c04
3 changed files with 4 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
#ifndef __CASELIGHT_H__
#define __CASELIGHT_H__
extern int case_light_brightness; // LCD routine wants INT
extern uint8_t case_light_brightness;
extern bool case_light_on;
void update_case_light();