lv_app_benchmark: skeleton added

This commit is contained in:
Kiss-Vamosi Gabor
2017-07-07 19:38:11 +02:00
parent 2f5d824348
commit 889807b449
4 changed files with 271 additions and 0 deletions

View File

@@ -143,6 +143,11 @@ void lv_app_init(void)
dsc = ll_ins_head(&app_dsc_ll);
*dsc = lv_app_gsm_init();
#endif
#if USE_LV_APP_BENCHMARK != 0
dsc = ll_ins_head(&app_dsc_ll);
*dsc = lv_app_benchmark_init();
#endif
}
/**