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:
committed by
Brendan Le Foll
parent
d5233adbf9
commit
fcfdeb1304
@@ -127,7 +127,6 @@ mraa_board_t* mraa_96boards()
|
|||||||
b->aio_count = 0;
|
b->aio_count = 0;
|
||||||
b->adc_raw = 0;
|
b->adc_raw = 0;
|
||||||
b->adc_supported = 0;
|
b->adc_supported = 0;
|
||||||
b->gpio_count = 0;
|
|
||||||
|
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user