Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
luhuadong committed Nov 11, 2020
1 parent 66f7d80 commit c92ec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/littled.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int led_register(rt_base_t pin, rt_base_t active_logic)
rt_slist_append(&littled_list.head, &new_led->list);
new_led->ld = littled_list.ld_max++;

LOG_D("littled [%d] register, len = %d\n", new_led->ld, rt_slist_len(&littled_list.head));
LOG_D("littled [%d] register, len = %d", new_led->ld, rt_slist_len(&littled_list.head));

rt_mutex_release(littled_list.lock);

Expand Down

0 comments on commit c92ec32

Please # to comment.