Merge pull request #586 from MellanoxBSP/onl_mlnx_qsfp_fix

Fix SFP port count for MSN3800 system
This commit is contained in:
Jeffrey Townsend
2019-08-19 11:55:03 -07:00
committed by GitHub

View File

@@ -33,7 +33,7 @@
#define CHASSIS_FAN_COUNT (CHASSIS_TOTAL_FAN_COUNT - CHASSIS_PSU_COUNT)
#define CHASSIS_THERMAL_COUNT (CHASSIS_TOTAL_THERMAL_COUNT - CHASSIS_PSU_COUNT)
#define CPLD_COUNT 4
#define SFP_PORT_COUNT 32
#define SFP_PORT_COUNT 64
#define CHASSIS_LED_COUNT 5
#endif /* __PLATFORM_LIB_H__ */