Skip to content

Commit af9c618

Browse files
committed
fixing workflow compile problems
1 parent 2d2b4ff commit af9c618

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
include:
1919
- arduino-boards-fqbn: arduino:avr:uno
2020
sketch-names: '**.ino'
21-
required-libraries: PciManager, Simple FOC
21+
required-libraries: Simple FOC
2222
- arduino-boards-fqbn: arduino:sam:arduino_due_x
2323
required-libraries: Simple FOC
2424
sketch-names: '**.ino'

examples/drivers/drv8316/drv8316_3pwm.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "Arduino.h"
55
#include <Wire.h>
66
#include <SimpleFOC.h>
7+
#include <SimpleFOCDrivers.h>
78
#include "drivers/drv8316/drv8316.h"
89

910

examples/drivers/drv8316/drv8316_6pwm.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "Arduino.h"
55
#include <Wire.h>
66
#include <SimpleFOC.h>
7+
#include <SimpleFOCDrivers.h>
78
#include "drivers/drv8316/drv8316.h"
89

910

0 commit comments

Comments
 (0)