diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 18:41:35 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 18:41:35 +0200 |
commit | 6a17d31a8ac0e0be5dae9d865fa7097a6a8f40ad (patch) | |
tree | 06bb8336b3c58a976eefa566b82ac6b554be7f12 /fw | |
parent | 55ac4331cc5a39fab91722232f857fa5ead22cbd (diff) |
ov2460 camera sensor and arducam driver
Diffstat (limited to 'fw')
-rw-r--r-- | fw/fe310/eos/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/board.h b/fw/fe310/eos/board.h index 787828e..752808a 100644 --- a/fw/fe310/eos/board.h +++ b/fw/fe310/eos/board.h @@ -1,7 +1,7 @@ #define SPI_DIV_NET 16 #define SPI_DIV_EVE 16 #define SPI_DIV_SDC 1024 -#define SPI_DIV_CAM 16 +#define SPI_DIV_CAM 24 #define SPI_CSID_NET 3 #define SPI_CSID_EVE 2 |