You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The function IPMB_TXTask() should be broken out as it is over 300 lines long and tries to handle all
interfaces. It would be better to create separate functions for each interface and not have it as
a large if/else-if/else-if/else type structure.
The text was updated successfully, but these errors were encountered:
Owner:
Wiwynn
Request from:
#195
Description:
The function IPMB_TXTask() should be broken out as it is over 300 lines long and tries to handle all
interfaces. It would be better to create separate functions for each interface and not have it as
a large if/else-if/else-if/else type structure.
The text was updated successfully, but these errors were encountered: