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/i2c.c | |
parent | 16d58fc78725647628c18d7cce9fda6f72dc68a3 (diff) |
stmhal: Fix typos in class documentation.
Diffstat (limited to 'stmhal/i2c.c')
-rw-r--r-- | stmhal/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/i2c.c b/stmhal/i2c.c index b8de85530..96222bf33 100644 --- a/stmhal/i2c.c +++ b/stmhal/i2c.c @@ -367,7 +367,7 @@ STATIC mp_obj_t pyb_i2c_send(uint n_args, const mp_obj_t *args, mp_map_t *kw_arg } STATIC MP_DEFINE_CONST_FUN_OBJ_KW(pyb_i2c_send_obj, 1, pyb_i2c_send); -/// \method recv(send, addr=0x00, timeout=5000) +/// \method recv(recv, addr=0x00, timeout=5000) /// /// Receive data on the bus: /// |