From 8942117b2ef161725015ea0eb12f37d715db442b Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 26 Mar 2019 22:17:25 -0700 Subject: [PATCH] x86.c: add missing platform init call when MRAAPLATFORMFORCE is set to IEI Tank Signed-off-by: Mihai Tudor Panu --- src/x86/x86.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x86/x86.c b/src/x86/x86.c index 4c7285f..f2e0e1c 100644 --- a/src/x86/x86.c +++ b/src/x86/x86.c @@ -150,6 +150,8 @@ mraa_x86_platform() plat = mraa_up2_board(); #elif defined(xMRAA_INTEL_JOULE_EXPANSION) plat = mraa_joule_expansion_board(); + #elif defined(xMRAA_IEI_TANK) + plat = mraa_iei_tank(); #else #error "Not using a valid platform value from mraa_platform_t - cannot compile" #endif