From: Srinivas Kandagatla Date: Fri, 18 Dec 2015 11:38:53 +0000 (+0000) Subject: 96boards: remove a typo X-Git-Tag: v0.9.0~13 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fmraa.git;a=commitdiff_plain;h=fcfdeb13046b4f7411ff61af500da02674479b1a 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 Signed-off-by: Srinivas Kandagatla Signed-off-by: Brendan Le Foll --- diff --git a/src/arm/96boards.c b/src/arm/96boards.c index 16fe0eb..30cbdd8 100644 --- a/src/arm/96boards.c +++ b/src/arm/96boards.c @@ -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; }