Skip to content

Commit a0332b1

Browse files
committed
Revert "x86.c: add NUC5i7RYB to the list of known NUC5 platforms"
This reverts commit 2f51627. Signed-off-by: Brendan Le Foll <[email protected]>
1 parent def0a6a commit a0332b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86/x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mraa_x86_platform()
6363
} else if (strncmp(line, "DE3815", 6) == 0) {
6464
platform_type = MRAA_INTEL_DE3815;
6565
plat = mraa_intel_de3815();
66-
} else if (strncmp(line, "NUC5i7RYB", 9) == 0 || strncmp(line, "NUC5i5MYBE", 10) == 0 || strncmp(line, "NUC5i3MYBE", 10) == 0) {
66+
} else if (strncmp(line, "NUC5i5MYBE", 10) == 0 || strncmp(line, "NUC5i3MYBE", 10) == 0) {
6767
platform_type = MRAA_INTEL_NUC5;
6868
plat = mraa_intel_nuc5();
6969
} else if (strncmp(line, "NOTEBOOK", 8) == 0) {

0 commit comments

Comments
 (0)