Skip to content

Commit 50fe1dc

Browse files
committed
append the enum change
1 parent c6e4645 commit 50fe1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/serialization/qc_compiler_spec.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ enum QcomChipset: int {
3737
SM8450 = 36,
3838
SM8475 = 42,
3939
SM8550 = 43,
40-
SA8255 = 52,
4140
SM8650 = 57,
4241
SM8750 = 69,
4342
SSG2115P = 46,
@@ -47,6 +46,7 @@ enum QcomChipset: int {
4746
SXR2330P = 75,
4847
QCS9100 = 77,
4948
SAR2230P = 95,
49+
SA8255 = 52,
5050
}
5151

5252
/// Indicate the information of the specified SoC.

0 commit comments

Comments
 (0)