Skip to content

Commit 7a26db0

Browse files
committed
fix includes
1 parent 4d9444a commit 7a26db0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sp140/vibration_pwm.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "sp140/vibration_pwm.h"
2-
#include "Arduino.h"
3-
#include "sp140/shared-config.h"
2+
#include "sp140/esp32s3-config.h"
43
#include "sp140/lvgl/lvgl_updates.h"
54

65
const int VIBE_PWM_PIN = 46; // TODO: move to config

0 commit comments

Comments
 (0)