Private
Public Access
2
0

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 <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-01-09 12:04:37 +00:00
parent d8bef92bbe
commit 5dc28d9800

View File

@@ -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;