Skip to content

Commit

Permalink
gpio: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 30, 2024
1 parent 70262e5 commit 21af05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hwci/core/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
logging.exception("An error occurred during test execution")
sys.exit(1)
finally:
board.cleaup()
board.cleanup()


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion hwci/tests/mpu_walk_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def oneshot_test(self, board):
logging.info("MPU Walk Region Test completed successfully")


test = MpuWalkRegionTest(["tests/mpu/mpu_walk_region"])
test = MpuWalkRegionTest(["mpu_walk_region"])

0 comments on commit 21af05a

Please sign in to comment.