File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ports/atmel-samd/bindings/samd Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
33
//| class Clock:
34
34
//| """Identifies a clock on the microcontroller.
35
35
//|
36
- //| They are fixed by the hardware so they cannot be constructed on demand. Instead, use
37
- //| ``samd.clock`` to reference the desired clock."""
36
+ //| They are fixed by the hardware so they cannot be constructed on demand. Instead, use
37
+ //| ``samd.clock`` to reference the desired clock."""
38
38
//|
39
39
40
40
STATIC void samd_clock_print (const mp_print_t * print , mp_obj_t self_in , mp_print_kind_t kind ) {
Original file line number Diff line number Diff line change 31
31
#include "bindings/samd/Clock.h"
32
32
33
33
//| """SAMD implementation settings"""
34
+ //|
34
35
35
36
//| """:mod:`samd.clock` --- samd clock names
36
37
//| --------------------------------------------------------
You can’t perform that action at this time.
0 commit comments