Tidy up backlight header use to avoid build issues (#6714)
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
#define MITOSIS_H
|
||||
|
||||
#include "quantum.h"
|
||||
#include "matrix.h"
|
||||
#include "backlight.h"
|
||||
#include <stddef.h>
|
||||
|
||||
#define red_led_off PORTF |= (1<<5)
|
||||
#define red_led_on PORTF &= ~(1<<5)
|
||||
|
Reference in New Issue
Block a user