zephyr/samples/basic/blinky_pwm/boards/stm32f072b_disco.overlay

14 lines
145 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2023 Scott Chao
*/
&pwmleds {
status = "okay";
};
&pwm3 {
status = "okay";
};