Skip to content

Commit

Permalink
Update cmis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoopKamath authored Aug 4, 2023
1 parent 3dbfbca commit 55fb685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_xcvr/api/public/cmis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ def get_rx_output_eq_post_ctrl_supported(self):
return False
return rx_post_support

def scs_nibble_write(self, val, si_param, lane):
def scs_nibble_write(self, val, pre_val, si_param, lane):
'''
This function sets nibble data in byte data
'''
Expand Down

0 comments on commit 55fb685

Please sign in to comment.