Преглед изворни кода

handwired/promethium: fix missing include (#16317)

Ryan пре 3 година
родитељ
комит
5f10387c41
1 измењених фајлова са 1 додато и 1 уклоњено
  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);