Skip to content

Commit 1c9fc58

Browse files
committed
Fixed issue causing application not to start.
1 parent 76436f8 commit 1c9fc58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BNC.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ def __init__(self, P_bnc_handler, P_number, P_dispUpdate):
262262
STATE: None,
263263
WIDTH: None,
264264
DELAY: None,
265-
dPHASE: None}
265+
dPHASE: None,
266+
PHASE_BASE: None}
266267

267268
logger_pulse.info("P{} initialized.".format(P_number))
268269

0 commit comments

Comments
 (0)