File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Create an indicator by specifying an IO and a set of configuration information.
234234 .gpio_num = 1, /**< num of GPIO */
235235 .is_active_level_high = 1,
236236 };
237- led_config_t config = {
237+ led_indicator_config_t config = {
238238 .blink_lists = led_indicator_get_sample_lists(),
239239 .blink_list_num = led_indicator_get_sample_lists_num(),
240240 };
@@ -292,7 +292,7 @@ Custom light blink
292292 .is_active_level_high = 1,
293293 };
294294
295- led_config_t config = {
295+ led_indicator_config_t config = {
296296 .blink_lists = led_blink_lst,,
297297 .blink_list_num = BLINK_MAX,,
298298 };
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ LED 指示灯是最简单的输出外设之一,可以通过不同形式的闪
230230 .gpio_num = 1, /**< num of GPIO */
231231 .is_active_level_high = 1,
232232 };
233- led_config_t config = {
233+ led_indicator_config_t config = {
234234 .blink_lists = led_indicator_get_sample_lists(),
235235 .blink_list_num = led_indicator_get_sample_lists_num(),
236236 };
@@ -289,7 +289,7 @@ LED 指示灯是最简单的输出外设之一,可以通过不同形式的闪
289289 .is_active_level_high = 1,
290290 };
291291
292- led_config_t config = {
292+ led_indicator_config_t config = {
293293 .blink_lists = led_blink_lst,,
294294 .blink_list_num = BLINK_MAX,,
295295 };
You can’t perform that action at this time.
0 commit comments