A little SAMA5 camera stuff
This commit is contained in:
parent
bda70b1dd6
commit
753df33e55
|
@ -2814,7 +2814,6 @@ int up_fbinitialize(void)
|
|||
#if defined(CONFIG_SAMA5_LCDC_OVR1) && defined(CONFIG_SAMA5_LCDC_HEO)
|
||||
uint32_t regval;
|
||||
#endif
|
||||
int ret;
|
||||
|
||||
gvdbg("Entry\n");
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#include <nuttx/nx/nxglib.h>
|
||||
|
||||
#include "chip/sam_lcd.h"
|
||||
#include "chip/sam_lcdc.h"
|
||||
|
||||
#ifdef CONFIG_SAMA5_LCDC
|
||||
|
||||
|
|
Loading…
Reference in New Issue