diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-03 16:42:27 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-03 16:42:27 +0100 |
commit | baa2afbb58b81978e81cc10a100c74b6b3ec6b6c (patch) | |
tree | a328406a9d43ee39d260f82796275cecef3f3fa7 /stmhal/spi.c | |
parent | 16d58fc78725647628c18d7cce9fda6f72dc68a3 (diff) | |
download | micropython-baa2afbb58b81978e81cc10a100c74b6b3ec6b6c.tar.gz micropython-baa2afbb58b81978e81cc10a100c74b6b3ec6b6c.zip |
stmhal: Fix typos in class documentation.
Diffstat (limited to 'stmhal/spi.c')
-rw-r--r-- | stmhal/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/spi.c b/stmhal/spi.c index c1b8e75d05..a07ebd21a9 100644 --- a/stmhal/spi.c +++ b/stmhal/spi.c @@ -198,7 +198,7 @@ STATIC void pyb_spi_print(void (*print)(void *env, const char *fmt, ...), void * } } -/// \method init(mode, baudrate=328125, *, polarity=1, phase=1, bits=8, firstbit=SPI.MSB, ti=false, crc=None) +/// \method init(mode, baudrate=328125, *, polarity=1, phase=1, bits=8, firstbit=SPI.MSB, ti=False, crc=None) /// /// Initialise the SPI bus with the given parameters: /// |