diff --git a/configs/sama5d3x-ek/src/sam_ov2640.c b/configs/sama5d3x-ek/src/sam_ov2640.c index 8d7b70bcc60..4ed787c5dd1 100644 --- a/configs/sama5d3x-ek/src/sam_ov2640.c +++ b/configs/sama5d3x-ek/src/sam_ov2640.c @@ -250,6 +250,10 @@ int ov2640_main(int argc, char *argv[]) return EXIT_FAILURE; } + /* Now if everything is set up properly, the camera output should be + * visible on the LCD. + */ + return EXIT_SUCCESS; }