From 0d7d9bc547a8453a48941ad7163c7b16218d7c6a Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 12 May 2017 01:22:51 -0700 Subject: [PATCH] Revert "x86.c: add NUC5i7RYB to the list of known NUC5 platforms" This reverts commit 2f51627d184e3e04b4fc2bf64464a1d780e2467a. --- src/x86/x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86/x86.c b/src/x86/x86.c index 156811739..550688737 100644 --- a/src/x86/x86.c +++ b/src/x86/x86.c @@ -63,7 +63,7 @@ mraa_x86_platform() } else if (strncmp(line, "DE3815", 6) == 0) { platform_type = MRAA_INTEL_DE3815; plat = mraa_intel_de3815(); - } else if (strncmp(line, "NUC5i7RYB", 9) == 0 || strncmp(line, "NUC5i5MYBE", 10) == 0 || strncmp(line, "NUC5i3MYBE", 10) == 0) { + } else if (strncmp(line, "NUC5i5MYBE", 10) == 0 || strncmp(line, "NUC5i3MYBE", 10) == 0) { platform_type = MRAA_INTEL_NUC5; plat = mraa_intel_nuc5(); } else if (strncmp(line, "NOTEBOOK", 8) == 0) {