Skip to content

Commit 509b21c

Browse files
author
thingsapart
committed
Maintain: clang-format fix
1 parent c49daec commit 509b21c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

firmware/wt32_sc01_plus_pio_cc/src/tasks/machine_task.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool machine_task_run(const char *task_name, machine_interface_t *machine,
5252
#ifdef ESP32_HW
5353
TaskHandle_t *machine_task_handle, BaseType_t pinned_core
5454
#else
55-
thrd_t *machine_task_handle
55+
thrd_t *machine_task_handle
5656
#endif
5757
) {
5858
#ifdef ESP32_HW

firmware/wt32_sc01_plus_pio_cc/src/ui/tab_machine.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ machine_status_meter_t *machine_status_meter_create(lv_obj_t *parent,
321321
_pads(obj, 5, 18, 5, 18); _size(obj, lv_pct(100), 18);
322322
lv_bar_set_value(obj, 5000, LV_ANIM_ON);
323323
//_bar_indicator(obj, bar_feed, LV_OPA_COVER,
324-
//lv_color_hex(0x00DD00), lv_color_hex(0x0000DD), LV_GRAD_DIR_HOR,
325-
//175, 3);
324+
// lv_color_hex(0x00DD00), lv_color_hex(0x0000DD),
325+
// LV_GRAD_DIR_HOR, 175, 3);
326326
_flag(obj, LV_OBJ_FLAG_ADV_HITTEST, true););
327327
msm->scale_feed = mk_scale(
328328
NULL, outer_obj, _maximize_client_area(obj);

firmware/wt32_sc01_plus_pio_cc/src/ui/tab_probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ LV_IMG_DECLARE(img_ctr_bore) // Inside Bore
109109
#define img_arr_e_data &img_arr_e
110110
#define img_arr_w_data &img_arr_w
111111
#define img_arr_n_data &img_arr_n
112-
//#define img_ref_sfc_data &img_ref_sfc
112+
//#define img_ref_sfc_data &img_ref_sfc
113113
#define img_arr_se_data &img_arr_se // Back-left
114114
#define img_arr_sw_data &img_arr_sw // Back-right
115115
#define img_arr_ne_data &img_arr_ne // Front-Left

firmware/wt32_sc01_plus_pio_cc/src/ui/tab_status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tab_status_t *tab_status_create(lv_obj_t *tabv, interface_t *interface,
5959

6060
_layout_v(grid_cont, LV_FLEX_ALIGN_CENTER,
6161
//__width(grid_cont, lv_pct(50)), // Set width of the container
62-
//holding the axis displays
62+
// holding the axis displays
6363

6464
_sized(ts->x_axis_display, lv_pct(100), LV_SIZE_CONTENT),
6565
_sized(ts->y_axis_display, lv_pct(100), LV_SIZE_CONTENT),

firmware/wt32_sc01_plus_pio_cc/src/ui/ui_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void test_ui(lv_obj_t *screen) {
1919
snprintf(btn_id, sizeof(btn_id), "flex_btn_%d", i);
2020
BTN(btn_id, flex_cont, _size(obj, 80, 40);
2121
//_flex_grow(obj, 1); // Example: Make items grow equally (commented
22-
//out)
22+
// out)
2323
_bg_color(obj, lv_palette_main(LV_PALETTE_BLUE), LV_PART_MAIN);
2424
lv_obj_t *btn_label = lv_label_create(obj);
2525
_label_text(btn_label, "Btn"); lv_obj_center(btn_label););

0 commit comments

Comments
 (0)