Skip to content

Commit d016bcd

Browse files
authored
Merge pull request #455 from kattni/pdmin-doc-update
Resolved formatting issue in doc
2 parents e0eae5c + 4902f09 commit d016bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiobusio/PDMIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//| Create a PDMIn object associated with the given pins. This allows you to
4747
//| record audio signals from the given pins. Individual ports may put further
4848
//| restrictions on the recording parameters. The overall frequency is
49-
//| determined by `frequency`x`oversample`, and the total must be 1MHz or
49+
//| determined by `frequency` x `oversample`, and the total must be 1MHz or
5050
//| higher, so `frequency` must be a minimum of 16000.
5151
//|
5252
//| :param ~microcontroller.Pin clock_pin: The pin to output the clock to

0 commit comments

Comments
 (0)