handwired/promethium: fix missing include (#16317)
This commit is contained in:
parent
89fc2f166f
commit
5f10387c41
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include "quantum.h"
|
||||||
|
|
||||||
void battery_poll(uint8_t level);
|
void battery_poll(uint8_t level);
|
||||||
void led_set_kb(uint8_t usb_led);
|
void led_set_kb(uint8_t usb_led);
|
||||||
|
|
Loading…
Reference in a new issue