X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/de652f72b1884328ee22ec36deaa6320addd32e7..df5e872de6eedd4a97bfacebcab85f42856f5d0c:/src/board.py diff --git a/src/board.py b/src/board.py index e1ddaf4..162a0e3 100755 --- a/src/board.py +++ b/src/board.py @@ -50,10 +50,10 @@ elif detector.board.any_raspberry_pi_40_pin: elif detector.board.any_raspberry_pi_cm: from adafruit_blinka.board.raspberrypi.raspi_cm import * -elif detector.board.RASPBERRY_PI_A or detector.board.RASPBERRY_PI_B_REV1: +elif detector.board.RASPBERRY_PI_B_REV1: from adafruit_blinka.board.raspberrypi.raspi_1b_rev1 import * -elif detector.board.RASPBERRY_PI_B_REV2: +elif detector.board.RASPBERRY_PI_A or detector.board.RASPBERRY_PI_B_REV2: from adafruit_blinka.board.raspberrypi.raspi_1b_rev2 import * elif board_id == ap_board.BEAGLEBONE_BLACK: