From 1a8573ed0ed72825a5cedc6a07277535aa2630fa Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 31 Oct 2014 01:11:55 +0000 Subject: stmhal: Update some inlined docs for network and CAN. --- stmhal/can.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stmhal/can.c') diff --git a/stmhal/can.c b/stmhal/can.c index f0cd26f56..de1ef3ecd 100644 --- a/stmhal/can.c +++ b/stmhal/can.c @@ -414,10 +414,6 @@ STATIC const mp_map_elem_t pyb_can_locals_dict_table[] = { { MP_OBJ_NEW_QSTR(MP_QSTR_recv), (mp_obj_t)&pyb_can_recv_obj }, // class constants - /// \constant MASTER - for initialising the bus to master mode - /// \constant SLAVE - for initialising the bus to slave mode - /// \constant MSB - set the first bit to MSB - /// \constant LSB - set the first bit to LSB // Note: we use the ST constants >> 4 so they fit in a small-int. The // right-shift is undone when the constants are used in the init function. { MP_OBJ_NEW_QSTR(MP_QSTR_NORMAL), MP_OBJ_NEW_SMALL_INT(CAN_MODE_NORMAL >> 4) }, -- cgit v1.2.3