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 @@ -112,5 +112,5 @@ void mp_lcd_sw_rotate_task(void *self_in)
112
112
}
113
113
mp_lcd_lock_release (& handles -> copy_lock );
114
114
115
- LCD_DEBUG_PRINT (& mp_plat_print , "mp_lcd_sw_rotate_task - STOPPED\n" )
115
+ LCD_DEBUG_PRINT ("mp_lcd_sw_rotate_task - STOPPED\n" )
116
116
}
Original file line number Diff line number Diff line change 74
74
mp_lcd_rgb_bus_obj_t * self = (mp_lcd_rgb_bus_obj_t * )self_in ;
75
75
mp_lcd_sw_rotation_init_t * init = & self -> sw_rot .init ;
76
76
77
- free (self -> sw_rot .data . buffers .active );
78
- self -> sw_rot .data . buffers .active = NULL ;
79
- self -> sw_rot .data . buffers .idle = NULL ;
77
+ free (self -> sw_rot .buffers .active );
78
+ self -> sw_rot .buffers .active = NULL ;
79
+ self -> sw_rot .buffers .idle = NULL ;
80
80
81
81
esp_lcd_rgb_panel_event_callbacks_t callbacks = { .on_vsync = rgb_trans_done_cb };
82
82
You can’t perform that action at this time.
0 commit comments