We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd02aa commit 4372ad4Copy full SHA for 4372ad4
1 file changed
variants/arduino_nicla_sense_me_nrf52832/arduino_nicla_sense_me_nrf52832.overlay
@@ -93,23 +93,20 @@
93
94
&pwm0 {
95
status = "okay";
96
- zephyr,deferred-init;
97
pinctrl-0 = <&pwm1_default>;
98
pinctrl-1 = <&pwm1_sleep>;
99
pinctrl-names = "default", "sleep";
100
};
101
102
&pwm1 {
103
104
105
pinctrl-0 = <&pwm2_default>;
106
pinctrl-1 = <&pwm2_sleep>;
107
108
109
110
&pwm2 {
111
112
113
pinctrl-0 = <&pwm3_default>;
114
pinctrl-1 = <&pwm3_sleep>;
115
0 commit comments