Private
Public Access
2
0

96boards: remove a typo

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>
This commit is contained in:
Srinivas Kandagatla
2015-12-18 11:38:53 +00:00
committed by Brendan Le Foll
parent d5233adbf9
commit fcfdeb1304

View 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;
}