Skip to content

Commit 8aff28d

Browse files
committed
pncconf -fix off by one error in 7i96s formware data.
this may actually be off by one in the function, but this fix will stop it from crashing.
1 parent 4690c7f commit 8aff28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/pncconf/private_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def __init__(self,app,bin_dir,base_dir):
985985
[S.ENCI,2],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],],
986986

987987
['7i96s-Internal Data', '7i96s', '7i96s_7i74', '7i96s', 'hm2_eth',
988-
1, 3, 0, 10, 1, 3, 0, 0, 5, 2, 2, 9, [], 0, 0, 0, 0, 0, 0, 0, 1, 51, 100.0, 200.0, [1, 2, 3],
988+
1, 3, 0, 10, 1, 3, 0, 0, 5, 2, 2, 8, [], 0, 0, 0, 0, 0, 0, 0, 1, 51, 100.0, 200.0, [1, 2, 3],
989989
[S.INM0, 100], [S.INM0, 101], [S.INM0, 102], [S.INM0, 103],[S.INM0, 104], [S.INM0, 105], [S.INM0, 106], [S.INM0, 107],
990990
[S.INM0, 108], [S.INM0, 109], [S.INM0, 110], [S.SSR0, 100],[S.SSR0, 101], [S.SSR0, 102], [S.SSR0, 103], [S.OUTM0, 104],
991991
[S.OUTM0, 105], (S.NUSED, 0), (S.NUSED, 0), (S.NUSED, 0),(S.NUSED, 0), (S.NUSED, 0), (S.NUSED, 0), (S.NUSED, 0),

0 commit comments

Comments
 (0)