96boards: remove a typo
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 18 Dec 2015 11:38:53 +0000 (11:38 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 18 Dec 2015 15:51:20 +0000 (15:51 +0000)
This patch removes a typo in the board setup file which sets the number
of gpios to be zero.

Reported-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
src/arm/96boards.c

index 16fe0eb..30cbdd8 100644 (file)
@@ -127,7 +127,6 @@ mraa_board_t* mraa_96boards()
    b->aio_count = 0;
    b->adc_raw = 0;
    b->adc_supported = 0;
-   b->gpio_count = 0;
 
    return b;
 }