Skip to content

Commit

Permalink
fix himax bsp regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaooooo committed Oct 24, 2020
1 parent 044b19e commit 7f8b106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtos/pmsis/pmsis_bsp/camera/himax/himax.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static himax_reg_init_t __himax_reg_init[] =

static inline int is_i2c_active()
{
#if defined(ARCHI_PLATFORM_RTL) || defined(__PLATFORM_RTL__) || defined(ARCHI_PLATFORM_GVSOC) || defined(__PLATFORM_GVSOC__)
#if defined(__PLATFORM_RTL__) || defined(__PLATFORM_GVSOC__)

// I2C driver is not yet working on some chips, at least this works on gvsoc.
// Also there is noI2C connection to camera model on RTL
Expand Down

0 comments on commit 7f8b106

Please sign in to comment.