Skip to content

Commit

Permalink
Bugfix: Initialize devrtc for Papirus Zero case
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoverbeek committed Aug 15, 2017
1 parent 214b25a commit 6e80fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/papirus-test
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ if os.path.exists(PRODUCT):
GPIO.setup(SW4, GPIO.IN)
else:
isHAT = False
devrtc = False
SW1 = 21
SW2 = 16
SW3 = 20
Expand Down

0 comments on commit 6e80fb3

Please sign in to comment.