From ccb40177c1fb4647d527dce61a97c236b78271dd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 15:53:32 -0600 Subject: [PATCH] A10 PIO register definition header file --- configs/sama5d3x-ek/src/sam_ov2640.c | 4 ++++ 1 file changed, 4 insertions(+) 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; }