From 0256b680f1dcb907ea3c4bcd6585406f005ec0e3 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 26 Aug 2015 16:52:41 +0100 Subject: [PATCH] intel_de3815.c: Use MRAA_INTEL_DE3815_PINCOUNT macro for pincount Signed-off-by: Brendan Le Foll --- src/x86/intel_de3815.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/x86/intel_de3815.c b/src/x86/intel_de3815.c index e06c913..c6a05d8 100644 --- a/src/x86/intel_de3815.c +++ b/src/x86/intel_de3815.c @@ -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;