Skip to content

Commit 201e5bb

Browse files
authored
Fix include file in circle target
1 parent 3c802b0 commit 201e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/bornhack-2025-circle/badge_bsp_led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "driver/gpio.h"
77
#include "esp_check.h"
88
#include "esp_err.h"
9-
#include "kami_hardware.h"
9+
#include "circle_hardware.h"
1010
#include "led_strip.h"
1111

1212
static char const* TAG = "BSP: LEDs";

0 commit comments

Comments
 (0)