Coding standard update

This commit is contained in:
Themba D
2019-01-02 16:13:04 -05:00
committed by GitHub
parent f2c4aadfe1
commit 8ec482fdbd
+1 -1
View File
@@ -684,7 +684,7 @@ static lv_res_t lv_btn_signal(lv_obj_t * btn, lv_signal_t sign, void * param)
res = ext->actions[LV_BTN_ACTION_CLICK](btn);
}
}
if( LV_RES_INV != res ) {
if(res != LV_RES_INV) {
ext->long_pr_action_executed = 0;
}
}