Skip to content

Commit

Permalink
drivers/video/isx019: Increase waiting time for HW initialization
Browse files Browse the repository at this point in the history
Current waiting time is too short to complete HW initialization
in short USEC_PER_TICK case.
  • Loading branch information
SPRESENSE committed Apr 19, 2022
1 parent 8c73d90 commit 1cf7588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/isx019.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

/* Wait time on power on sequence. */

#define TRANSITION_TIME_TO_STARTUP (120 * 1000) /* unit : usec */
#define TRANSITION_TIME_TO_STREAMING (30 * 1000) /* unit : usec */
#define TRANSITION_TIME_TO_STARTUP (130 * 1000) /* unit : usec */
#define TRANSITION_TIME_TO_STREAMING (40 * 1000) /* unit : usec */

/* For get_supported_value() I/F */

Expand Down

0 comments on commit 1cf7588

Please sign in to comment.