From 8cd4cce882349c4e4f75e3afb7fc4fccaf50e4e1 Mon Sep 17 00:00:00 2001 From: Manikandan Somasundaram Date: Fri, 15 Nov 2024 10:30:33 -0800 Subject: [PATCH] Fix the header in EEPROM V6 format Reviewed By: kimdo8736 Differential Revision: D65959465 fbshipit-source-id: 567acd947929f67b3591e47dab2ac9b68b6f01df --- fboss/docs/meta_eeprom_format_v6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fboss/docs/meta_eeprom_format_v6.md b/fboss/docs/meta_eeprom_format_v6.md index 61b84acbcdf1f..ade152cba37e3 100644 --- a/fboss/docs/meta_eeprom_format_v6.md +++ b/fboss/docs/meta_eeprom_format_v6.md @@ -17,7 +17,7 @@ compatible with the past versions. | Offset (byte) | Length (bytes) | Value | Description | | :-----------: | :------------: | ------ | -------------------------- | | 0 | 2 | 0xFBFB | Magic word | -| 2 | 1 | 0x5 | Meta EEPROM Format Version | +| 2 | 1 | 0x6 | Meta EEPROM Format Version | | 3 | 1 | 0XFF | Reserved for future use | ## **Body:**