diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-11-18 03:18:18 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-11-18 03:18:18 +0100 |
commit | c44897fda572cf8837b4535a6d1aaad4605c14af (patch) | |
tree | c3c98c36589253da3a1a6308ec2804b5eb4a4d75 /fw/fe310/eos/board.h | |
parent | b0e84c72d7a533f62ca750a73445da7fcebe8d18 (diff) |
eve sleep improved
Diffstat (limited to 'fw/fe310/eos/board.h')
-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 5509f78..611751b 100644 --- a/fw/fe310/eos/board.h +++ b/fw/fe310/eos/board.h @@ -38,7 +38,7 @@ #define I2S_IDLE_CYCLES 8 -#define EVE_GPIO_DIR 0x0f +#define EVE_GPIO_DIR 0xf #define EVE_GPIO_CAM 0 #define EVE_GPIO_EXT 1 |