X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/25fbf2027f06ec9de82d13c205b2d766aa11dbb7..da34280ab47470ee40677fb4ffd178404d077558:/src/board.py diff --git a/src/board.py b/src/board.py index 4dab385..a706400 100755 --- a/src/board.py +++ b/src/board.py @@ -44,4 +44,5 @@ elif board_id == "beaglebone_black": elif "sphinx" in sys.modules: pass else: + print("board.py: board not supported") raise NotImplementedError("Board not supported")