aboutsummaryrefslogtreecommitdiff
path: root/keyboards/clueboard/60/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/60/led.c')
-rw-r--r--keyboards/clueboard/60/led.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/clueboard/60/led.c b/keyboards/clueboard/60/led.c
index 20756f1e7..ad11ad5d4 100644
--- a/keyboards/clueboard/60/led.c
+++ b/keyboards/clueboard/60/led.c
@@ -15,8 +15,8 @@
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#include "hal.h" 18#include <hal.h>
19#include "printf.h" 19#include "print.h"
20 20
21#ifdef BACKLIGHT_ENABLE 21#ifdef BACKLIGHT_ENABLE
22#include "backlight.h" 22#include "backlight.h"