summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/tiff_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff/tiff_main.c')
-rw-r--r--apps/examples/tiff/tiff_main.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/apps/examples/tiff/tiff_main.c b/apps/examples/tiff/tiff_main.c
index d59f42cb4..1be2b09c5 100644
--- a/apps/examples/tiff/tiff_main.c
+++ b/apps/examples/tiff/tiff_main.c
@@ -98,20 +98,14 @@
****************************************************************************/
/****************************************************************************
- * Name: tiff_main/user_start
+ * Name: tiff_main
*
* Description:
* TIFF unit test.
*
****************************************************************************/
-#ifdef CONFIG_EXAMPLES_TIFF_BUILTIN
-# define MAIN_NAME tiff_main
-#else
-# define MAIN_NAME user_start
-#endif
-
-int MAIN_NAME(int argc, char *argv[])
+int tiff_main(int argc, char *argv[])
{
struct tiff_info_s info;
uint8_t strip[3*256];