diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2021-01-21 10:17:40 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2021-01-21 10:17:40 -0800 |
| commit | b47fd08b20f0917874461dc1a0e201e7cc7e55db (patch) | |
| tree | d3dd9c063989628dce47719bc85f675f250f9fe8 /ports/raspberrypi/bindings/rp2pio/StateMachine.c | |
| parent | dbd5b7d9f021487a1e45fd238c068b082a4e3f8d (diff) | |
copy editing
Diffstat (limited to 'ports/raspberrypi/bindings/rp2pio/StateMachine.c')
| -rw-r--r-- | ports/raspberrypi/bindings/rp2pio/StateMachine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/raspberrypi/bindings/rp2pio/StateMachine.c b/ports/raspberrypi/bindings/rp2pio/StateMachine.c index c1f9a4773..0f6f84a56 100644 --- a/ports/raspberrypi/bindings/rp2pio/StateMachine.c +++ b/ports/raspberrypi/bindings/rp2pio/StateMachine.c @@ -52,7 +52,7 @@ //| in a particular PIO instance. They are independent otherwise. //| //| This class is designed to facilitate sharing of PIO resources. By default, -//| it is assumed that the state machine is used on it's own and can be placed +//| it is assumed that the state machine is used on its own and can be placed //| in either PIO. State machines with the same program will be placed in the //| same PIO if possible. To ensure multiple state machines share a PIO use //| the ``colocate`` kwarg during construction and create them one after another.""" @@ -212,7 +212,7 @@ STATIC mp_obj_t rp2pio_statemachine_make_new(const mp_obj_type_t *type, size_t n } //| def deinit(self) -> None: -//| """Turn off the state machine and release it's resources.""" +//| """Turn off the state machine and release its resources.""" //| ... //| STATIC mp_obj_t rp2pio_statemachine_obj_deinit(mp_obj_t self_in) { |
