diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-03-26 14:11:20 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-03-26 14:11:20 -0700 |
| commit | a870908718a9e3c176f199dea41c95adaf966f14 (patch) | |
| tree | 5a292c1cde925f915bb7d4861478b8a2b1e48115 /shared-bindings/displayio/FourWire.c | |
| parent | 6b7acc65b655dd203b08b2d53f08ad56c7da1041 (diff) | |
Don't break the function signature
Diffstat (limited to 'shared-bindings/displayio/FourWire.c')
| -rw-r--r-- | shared-bindings/displayio/FourWire.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-bindings/displayio/FourWire.c b/shared-bindings/displayio/FourWire.c index 9ce08283b..77329578a 100644 --- a/shared-bindings/displayio/FourWire.c +++ b/shared-bindings/displayio/FourWire.c @@ -46,8 +46,7 @@ //| Manage updating a display over SPI four wire protocol in the background while Python code runs. //| It doesn't handle display initialization. //| -//| .. class:: FourWire(spi_bus, *, command, chip_select, reset=None, baudrate=24000000, polarity=0, -//| phase=0) +//| .. class:: FourWire(spi_bus, *, command, chip_select, reset=None, baudrate=24000000, polarity=0, phase=0) //| //| Create a FourWire object associated with the given pins. //| |
