Skip to content

Commit fa23d42

Browse files
author
Alain Volmat
committed
isp_wrapper: include stm32_dcmipp.h for weak functions
Include the Zephyr DCMIPP driver exported stm32_dcmipp.h header file in order to get weak functions prototypes. Signed-off-by: Alain Volmat <[email protected]>
1 parent bd12a4c commit fa23d42

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

isp_wrapper/src/isp_wrapper.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,11 @@
2727
#include "imx335_isp_param_conf.h"
2828
#include "zephyr/drivers/video-controls.h"
2929
#include "zephyr/drivers/video.h"
30+
#include "zephyr/drivers/video/stm32_dcmipp.h"
3031

3132
#include <zephyr/logging/log.h>
3233
LOG_MODULE_REGISTER(isp_wrapper);
3334

34-
extern void stm32_dcmipp_isp_vsync_update(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe);
35-
extern int stm32_dcmipp_isp_init(DCMIPP_HandleTypeDef *hdcmipp, const struct device *sensor);
36-
extern int stm32_dcmipp_isp_start(void);
37-
extern int stm32_dcmipp_isp_stop(void);
38-
3935
static const struct device *sensor_i;
4036
static ISP_HandleTypeDef isp_i;
4137
static struct k_thread isp_thread;

0 commit comments

Comments
 (0)