x86.c: add missing platform init call when MRAAPLATFORMFORCE is set to IEI Tank
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@@ -150,6 +150,8 @@ mraa_x86_platform()
|
|||||||
plat = mraa_up2_board();
|
plat = mraa_up2_board();
|
||||||
#elif defined(xMRAA_INTEL_JOULE_EXPANSION)
|
#elif defined(xMRAA_INTEL_JOULE_EXPANSION)
|
||||||
plat = mraa_joule_expansion_board();
|
plat = mraa_joule_expansion_board();
|
||||||
|
#elif defined(xMRAA_IEI_TANK)
|
||||||
|
plat = mraa_iei_tank();
|
||||||
#else
|
#else
|
||||||
#error "Not using a valid platform value from mraa_platform_t - cannot compile"
|
#error "Not using a valid platform value from mraa_platform_t - cannot compile"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user