Skip to content

Commit

Permalink
Revert "x86.c: add NUC5i7RYB to the list of known NUC5 platforms"
Browse files Browse the repository at this point in the history
This reverts commit 2f51627.
  • Loading branch information
arfoll committed May 12, 2017
1 parent d1048d1 commit 0d7d9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x86/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0d7d9bc

Please sign in to comment.