From 5dc28d9800fc2517e66ab6021a259471d0c69591 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 9 Jan 2015 12:04:37 +0000 Subject: [PATCH] x86/intel_minnow_max.c: add board gpio count Whilst this value is not used because it's only required by the aio module it is interesting to have this information if we want to expose it to the user Signed-off-by: Brendan Le Foll --- src/x86/intel_minnow_max.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86/intel_minnow_max.c b/src/x86/intel_minnow_max.c index 8b71588..8c22ba0 100644 --- a/src/x86/intel_minnow_max.c +++ b/src/x86/intel_minnow_max.c @@ -91,7 +91,7 @@ mraa_intel_minnow_max() strncpy(b->platform_name, PLATFORM_NAME, b->platform_name_length); b->phy_pin_count = MRAA_INTEL_MINNOW_MAX_PINCOUNT; - //b->gpio_count = 14; + b->gpio_count = MRAA_INTEL_MINNOW_MAX_PINCOUNT; b->aio_count = 0; b->adc_raw = 0; b->adc_supported = 0; -- 2.7.4