handwired/promethium: fix missing include (#16317)

This commit is contained in:
Ryan 2022-02-11 23:37:36 +11:00 committed by GitHub
parent 89fc2f166f
commit 5f10387c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include "quantum.h"
void battery_poll(uint8_t level);
void led_set_kb(uint8_t usb_led);