A10 PIO register definition header file

This commit is contained in:
Gregory Nutt 2013-12-10 15:53:32 -06:00
parent 77cf855260
commit ccb40177c1

View File

@ -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;
}