Skip to content

Commit a8231f1

Browse files
author
WingLim
committed
refactor: remove extra 0
1 parent fda7eb5 commit a8231f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MicFix/MicFix.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ class MicFix {
301301
var val: Int32 = 0
302302

303303
let coef0255: [coef] = [
304-
writeCoef(0x45, 0x0d089),
304+
writeCoef(0x45, 0xd089),
305305
writeCoef(0x49, 0x0149)
306306
]
307307

@@ -387,7 +387,7 @@ class MicFix {
387387

388388
let coef0255: [coef] = [
389389
writeCoef(0x1b, 0x0c0b),
390-
writeCoef(0x45, 0x0d089),
390+
writeCoef(0x45, 0xd089),
391391
updateCoefEX(0x57, 0x05, 1<<14, 0),
392392
writeCoef(0x06, 0x06104),
393393
writeCoefEX(0x57, 0x03, 0x8aa6)

0 commit comments

Comments
 (0)