We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6af85 commit 3062a28Copy full SHA for 3062a28
ext_mod/lcd_bus/src/common/sw_rotate_task_common.c
@@ -21,7 +21,6 @@ void mp_lcd_sw_rotate_task(void *self_in)
21
mp_lcd_sw_rotate_tx_params_t *tx_params = &sw_rot->tx_params;
22
mp_lcd_sw_rotation_init_t *init = &sw_rot->init;
23
24
-
25
LCD_DEBUG_PRINT("mp_lcd_sw_rotate_task - starting bus init\n")
26
if (!init->cb(self_in)) {
27
LCD_DEBUG_PRINT(init->err_msg, init->err)
0 commit comments