Skip to content

Commit 2519662

Browse files
author
Alain Volmat
committed
isp_wrapper: allow stopping the isp
No specific processing is necessary currently as part of the stm32_dcmipp_isp_start function hence remove the assert(0) currently preventing stop of the isp. Signed-off-by: Alain Volmat <[email protected]>
1 parent 49cd5ee commit 2519662

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

isp_wrapper/src/isp_wrapper.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ int stm32_dcmipp_isp_start(void)
174174

175175
int stm32_dcmipp_isp_stop(void)
176176
{
177-
assert(0);
178-
179177
return 0;
180178
}
181179

0 commit comments

Comments
 (0)