ci: upgrade astyle tool (#4776)
Install from source to use the latest version
This commit is contained in:
@@ -8,7 +8,6 @@ void lv_example_bar_5(void)
|
||||
{
|
||||
lv_obj_t * label;
|
||||
|
||||
|
||||
lv_obj_t * bar_ltr = lv_bar_create(lv_screen_active());
|
||||
lv_obj_set_size(bar_ltr, 200, 20);
|
||||
lv_bar_set_value(bar_ltr, 70, LV_ANIM_OFF);
|
||||
|
||||
Reference in New Issue
Block a user