Browse Source

handwired/promethium: fix missing include (#16317)

Ryan 3 năm trước cách đây
mục cha
commit
5f10387c41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      keyboards/handwired/promethium/promethium.h

+ 1 - 1
keyboards/handwired/promethium/promethium.h

@@ -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);