mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 02:46:33 +00:00
More OV2640 initialization logic
This commit is contained in:
parent
69710d1657
commit
a35d366dea
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ static inline void twi_putrel(struct twi_dev_s *priv, unsigned int offset,
|
|||
/* I2C transfer helper functions */
|
||||
|
||||
static int twi_wait(struct twi_dev_s *priv);
|
||||
static int twi_wakeup(struct twi_dev_s *priv, int result);
|
||||
static void twi_wakeup(struct twi_dev_s *priv, int result);
|
||||
static int twi_interrupt(struct twi_dev_s *priv);
|
||||
#ifdef CONFIG_SAMA5_TWI0
|
||||
static int twi0_interrupt(int irq, FAR void *context);
|
||||
|
|
@ -473,7 +473,7 @@ static int twi_wait(struct twi_dev_s *priv)
|
|||
*
|
||||
*******************************************************************************/
|
||||
|
||||
static int twi_wakeup(struct twi_dev_s *priv, int result)
|
||||
static void twi_wakeup(struct twi_dev_s *priv, int result)
|
||||
{
|
||||
/* Cancel any pending timeout */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue