Private
Public Access
2
0

intel_de3815.c: Use MRAA_INTEL_DE3815_PINCOUNT macro for pincount

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-08-26 16:52:41 +01:00
parent 86d974417c
commit 0256b680f1

View File

@@ -44,8 +44,7 @@ mraa_intel_de3815()
}
b->platform_name = PLATFORM_NAME;
b->phy_pin_count = 18;
// b->gpio_count = 14;
b->phy_pin_count = MRAA_INTEL_DE3815_PINCOUNT;
b->aio_count = 0;
b->adc_raw = 0;
b->adc_supported = 0;