From baa2afbb58b81978e81cc10a100c74b6b3ec6b6c Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 3 May 2014 16:42:27 +0100 Subject: stmhal: Fix typos in class documentation. --- stmhal/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/i2c.c') 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: /// -- cgit v1.2.3