Skip to content

Commit d110c50

Browse files
committed
Fixed parameter reference error in test.py
1 parent 4f28e78 commit d110c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/DS3231/test.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
ds.DateTime([2018,3,12,1,22,10,0])
2121

22-
ds.ALARM(12, 20, 10, ds.PER_DISABLE)
23-
ds.ALARM(12, 20, 10, ds.PER_DAY)
24-
ds.ClearALARM()
22+
ds.ALARM(12, 20, 10, DS3231.PER_DISABLE)
23+
ds.ALARM(12, 20, 10, DS3231.PER_DAY)
24+
ds.ClearALARM()

0 commit comments

Comments
 (0)