containing ui setup steps in the profiling again.
[platform/upstream/expedite.git] / src / bin / image_crossfade.c
index e68e8b5..3ce7ea2 100755 (executable)
@@ -90,8 +90,7 @@ void FNAME(void);
 # ifndef UI
 void FNAME(void)
 {
-   _setup();
-   ui_func_set(_key, _loop);
+   ui_func_set(_key, _loop, _setup);
 }
 # endif
 #endif