mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 02:01:56 +00:00
This will enable the use of stm23f072b_disco on this sample. - Set pwm3 as tim3_ch1_pc6 since red led is using PC6/ TIM3_CH1. Signed-off-by: Scott Chao <scott_chao@wistron.com>
14 lines
145 B
Plaintext
14 lines
145 B
Plaintext
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Copyright (c) 2023 Scott Chao
|
|
*/
|
|
|
|
&pwmleds {
|
|
status = "okay";
|
|
};
|
|
|
|
&pwm3 {
|
|
status = "okay";
|
|
};
|