Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta-facebook/yv4-sd/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x26
#define BIC_FW_WEEK 0x23
#define BIC_FW_WEEK 0x27
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x73 // char: s
#define BIC_FW_platform_1 0x64 // char: d
Expand Down
2 changes: 1 addition & 1 deletion meta-facebook/yv4-wf/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x26
#define BIC_FW_WEEK 0x23
#define BIC_FW_WEEK 0x27
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x77 // char: w
#define BIC_FW_platform_1 0x66 // char: f
Expand Down
Loading