Skip to content

Commit 266d1aa

Browse files
committed
append the enum change
1 parent dd478b2 commit 266d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/serialization/qc_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class QcomChipset(IntEnum):
4343
SM8450 = 36 # v69
4444
SM8475 = 42 # v69
4545
SM8550 = 43 # v73
46-
SA8255 = 52 # v73
4746
SM8650 = 57 # v75
4847
SM8750 = 69 # v79
4948
SSG2115P = 46 # v73
@@ -53,6 +52,7 @@ class QcomChipset(IntEnum):
5352
SXR2330P = 75 # v79
5453
QCS9100 = 77 # v73
5554
SAR2230P = 95 # v81
55+
SA8255 = 52 # v73
5656

5757

5858
@dataclass

0 commit comments

Comments
 (0)