Skip to content

Commit 0d7d9bc

Browse files
committed
Revert "x86.c: add NUC5i7RYB to the list of known NUC5 platforms"
This reverts commit 2f51627.
1 parent d1048d1 commit 0d7d9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86/x86.c

+1-1
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)