Skip to content

Commit 0acfbb4

Browse files
authored
Merge pull request #7 from soburi/copilot/sub-pr-4
Add missing ADC header include to Arduino Uno R4 overlay
2 parents 2444ff6 + 4cefeff commit 0acfbb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

variants/arduino_uno_r4_r7fa4m1ab3cfm/arduino_uno_r4_r7fa4m1ab3cfm.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 <zephyr/dt-bindings/adc/adc.h>
8+
79
&adc0 {
810
status = "okay";
911
#address-cells = <1>;

0 commit comments

Comments
 (0)