summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/board_led.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/board_led.h')
-rw-r--r--zephyr/shim/include/board_led.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/shim/include/board_led.h b/zephyr/shim/include/board_led.h
index 074ffa0256..ae4b23d74e 100644
--- a/zephyr/shim/include/board_led.h
+++ b/zephyr/shim/include/board_led.h
@@ -6,6 +6,10 @@
#ifndef __BOARD_LED_H
#define __BOARD_LED_H
+#include <stdint.h>
+
+#include <zephyr/drivers/pwm.h>
+
struct board_led_pwm_dt_channel {
const struct device *dev;
uint32_t channel;