diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/allwinner/a10/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/allwinner/a10/gpio.c b/src/cpu/allwinner/a10/gpio.c index 295cdf2054..5fca2d7c80 100644 --- a/src/cpu/allwinner/a10/gpio.c +++ b/src/cpu/allwinner/a10/gpio.c @@ -68,7 +68,7 @@ int gpio_get(u8 port, u8 pin) * configured as output pins. * * @param[in] port GPIO port of the pin (GPA -> GPS) - * @param[in] value 32-bit mask indicating which pins to set. For a set bit, the + * @param[in] val 32-bit mask indicating which pins to set. For a set bit, the * corresponding pin will be set. Otherwise, it will be cleared */ void gpio_write(u8 port, u32 val) |