summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pin.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-03 16:42:27 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-03 16:42:27 +0100
commitbaa2afbb58b81978e81cc10a100c74b6b3ec6b6c (patch)
treea328406a9d43ee39d260f82796275cecef3f3fa7 /stmhal/pin.c
parent16d58fc78725647628c18d7cce9fda6f72dc68a3 (diff)
downloadmicropython-baa2afbb58b81978e81cc10a100c74b6b3ec6b6c.tar.gz
micropython-baa2afbb58b81978e81cc10a100c74b6b3ec6b6c.zip
stmhal: Fix typos in class documentation.
Diffstat (limited to 'stmhal/pin.c')
-rw-r--r--stmhal/pin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/pin.c b/stmhal/pin.c
index 5b0f998de6..d390926360 100644
--- a/stmhal/pin.c
+++ b/stmhal/pin.c
@@ -241,6 +241,7 @@ STATIC MP_DEFINE_CONST_CLASSMETHOD_OBJ(pin_debug_obj, (mp_obj_t)&pin_debug_fun_o
/// - `Pin.PULL_DOWN` - enable the pull-down resistor.
///
/// Returns: `None`.
+// TODO allow keyword args
STATIC mp_obj_t pin_obj_init(uint n_args, mp_obj_t *args) {
pin_obj_t *self = args[0];