x86.c: fixed typo in Tuchuck board forced enablement
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
50e1b568fb
commit
f9bc314223
@@ -133,7 +133,7 @@ mraa_x86_platform()
|
||||
plat = mraa_intel_cherryhills();
|
||||
#elif defined(xMRAA_UP)
|
||||
plat = mraa_up_board();
|
||||
#elif defined(MRAA_INTEL_GT_TUCHUCK)
|
||||
#elif defined(xMRAA_INTEL_GT_TUCHUCK)
|
||||
plat = mraa_gt_tuchuck_board();
|
||||
#else
|
||||
#error "Not using a valid platform value from mraa_platform_t - cannot compile"
|
||||
|
||||
Reference in New Issue
Block a user