diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-02-24 19:50:20 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-02-24 19:50:20 +0100 |
commit | 3050565531af2b3a09f2213893f10c64cf9fe43f (patch) | |
tree | 689d10ca064dba4480a85b6ec14a4eb8305d5c89 /fw/fe310/bsp/include/sifive/devices/gpio.h | |
parent | d0a0fee0571be63f023f8f6a49a0b76b89871e56 (diff) |
added test app with voice, wifi/cellular data connectivity examples
Diffstat (limited to 'fw/fe310/bsp/include/sifive/devices/gpio.h')
-rw-r--r-- | fw/fe310/bsp/include/sifive/devices/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/bsp/include/sifive/devices/gpio.h b/fw/fe310/bsp/include/sifive/devices/gpio.h index f7f0acb..835ac83 100644 --- a/fw/fe310/bsp/include/sifive/devices/gpio.h +++ b/fw/fe310/bsp/include/sifive/devices/gpio.h @@ -19,6 +19,6 @@ #define GPIO_LOW_IP (0x34) #define GPIO_IOF_EN (0x38) #define GPIO_IOF_SEL (0x3C) -#define GPIO_OUTPUT_XOR (0x40) +#define GPIO_OUTPUT_XOR (0x40) #endif /* _SIFIVE_GPIO_H */ |