Skip to content

Commit

Permalink
Fix the header in EEPROM V6 format
Browse files Browse the repository at this point in the history
Reviewed By: kimdo8736

Differential Revision: D65959465

fbshipit-source-id: 567acd947929f67b3591e47dab2ac9b68b6f01df
  • Loading branch information
somasun authored and facebook-github-bot committed Nov 15, 2024
1 parent eb77070 commit 8cd4cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fboss/docs/meta_eeprom_format_v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 8cd4cce

Please sign in to comment.