Skip to content

Commit d166439

Browse files
committed
fix: Removed i2c include from the example code
1 parent 4750341 commit d166439

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitlab/ci/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,6 @@ build_example_motor_servo:
580580
- .rules:build:example_motor_servo
581581
parallel:
582582
matrix:
583-
- IMAGE: espressif/idf:release-v5.0
584-
- IMAGE: espressif/idf:release-v5.1
585583
- IMAGE: espressif/idf:release-v5.2
586584
variables:
587585
EXAMPLE_DIR: components/motor/servo/examples/servo_control

components/motor/servo/examples/servo_control/main/servo_control.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <math.h>
99
#include "freertos/FreeRTOS.h"
1010
#include "freertos/task.h"
11-
#include "driver/i2c_types.h"
1211
#include "esp_log.h"
1312
#include "esp_system.h"
1413
#include "sdkconfig.h"

0 commit comments

Comments
 (0)