Skip to content

Commit

Permalink
Fix SC3336 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigFisher committed Aug 10, 2023
1 parent 092dbde commit 3867e24
Show file tree
Hide file tree
Showing 3 changed files with 1,005 additions and 1,003 deletions.
18 changes: 10 additions & 8 deletions libraries/sensor/hi3516ev200/smart_sc3336/sc3336_mipi_cmos.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "hi_comm_sns.h"
#include "hi_comm_video.h"
#include "hi_sns_ctrl.h"
#include "mpi_isp.h"
#include "mpi_ae.h"
#include "mpi_awb.h"
#include "hi_comm_isp.h"

#include "comm_sns.h"
#include "comm_video.h"
#include "sns_ctrl.h"
#include "gk_api_isp.h"
#include "gk_api_ae.h"
#include "gk_api_awb.h"
#include "comm_isp.h"
#include "sc3336_mipi_cmos_ex.h"
#include "hicompat.h"


#ifdef __cplusplus
#if __cplusplus
extern "C" {
Expand Down
Loading

0 comments on commit 3867e24

Please sign in to comment.