Skip to content

Commit 36fdcfd

Browse files
sylvioalvesdanieldegrasse
authored andcommitted
samples: counter: add esp32c2 soc overlay
esp8684_devkitm board build is failing due to missing overlay file, which enables timer/counter. Signed-off-by: Sylvio Alves <[email protected]>
1 parent 75ac644 commit 36fdcfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
&timer0 {
2+
status = "okay";
3+
counter {
4+
status = "okay";
5+
};
6+
};

0 commit comments

Comments
 (0)