Tidy up backlight header use to avoid build issues (#6714)

This commit is contained in:
Joel Challis 2019-09-11 23:15:39 +01:00 committed by GitHub
parent 251b4fb79d
commit ad3e4d6c13
Failed to generate hash of commit
9 changed files with 0 additions and 30 deletions

View file

@ -1,9 +1,6 @@
#pragma once
#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)