summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/src/arm/raspberry_pi.c
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libmraa/src/arm/raspberry_pi.c')
-rw-r--r--peripheral/libmraa/src/arm/raspberry_pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libmraa/src/arm/raspberry_pi.c b/peripheral/libmraa/src/arm/raspberry_pi.c
index 50a7268..ad8b6ed 100644
--- a/peripheral/libmraa/src/arm/raspberry_pi.c
+++ b/peripheral/libmraa/src/arm/raspberry_pi.c
@@ -246,7 +246,7 @@ mraa_raspberry_pi()
b->platform_name = PLATFORM_NAME_RASPBERRY_PI_A_PLUS_REV_1;
platform_detected = PLATFORM_RASPBERRY_PI_A_PLUS_REV_1;
b->phy_pin_count = MRAA_RASPBERRY_PI_AB_PLUS_PINCOUNT;
- } else if (strstr(line, "a01041") || strstr(line, "a21041") || strstr(line, "a02082")) {
+ } else if (strstr(line, "a01041") || strstr(line, "a21041")) {
b->platform_name = PLATFORM_NAME_RASPBERRY_PI2_B_REV_1;
platform_detected = PLATFORM_RASPBERRY_PI2_B_REV_1;
b->phy_pin_count = MRAA_RASPBERRY_PI2_B_REV_1_PINCOUNT;