X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/ae336b5c0f6707cf6a2284c9edff9ce39c07f018..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")