Skip to content

Commit 1f11341

Browse files
iandmorriskartben
authored andcommitted
boards: shields: adafruit_pca9685: added pwm binding include
Lack of PWM binding include causes some examples using this shield not to build if the base board used did not already include this binding. Signed-off-by: Ian Morris <[email protected]>
1 parent a2cb852 commit 1f11341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/shields/adafruit_pca9685/adafruit_pca9685.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
#include <dt-bindings/pwm/pwm.h>
8+
79
&arduino_i2c {
810
status = "okay";
911

0 commit comments

Comments
 (0)