Bm3xx: Fix typo (#3559)

This commit is contained in:
Martin 2022-06-14 10:38:09 +02:00 committed by GitHub
parent 0ecf9f4f2f
commit 06440d0202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ OVERSAMPLING_OPTIONS = {
"4X": Oversampling.OVERSAMPLING_X4, "4X": Oversampling.OVERSAMPLING_X4,
"8X": Oversampling.OVERSAMPLING_X8, "8X": Oversampling.OVERSAMPLING_X8,
"16X": Oversampling.OVERSAMPLING_X16, "16X": Oversampling.OVERSAMPLING_X16,
"32x": Oversampling.OVERSAMPLING_X32, "32X": Oversampling.OVERSAMPLING_X32,
} }
IIRFilter = bmp3xx_ns.enum("IIRFilter") IIRFilter = bmp3xx_ns.enum("IIRFilter")