aboutsummaryrefslogtreecommitdiff
path: root/stmhal/led.h
diff options
context:
space:
mode:
authorDamien George2014-03-15 09:20:49 +0000
committerDamien George2014-03-15 09:20:49 +0000
commitc2a3bd58ce75f22a468592e771b27db05e0d8f36 (patch)
tree64369de8ac0ef6214112340da70c78c474567dc7 /stmhal/led.h
parent33bdd2119d9ca28404acc2b0891d5a74997a0d05 (diff)
parentca5444e6cd8b566bd4ad78e84162e03ec18e01b6 (diff)
Merge pull request #346 from dhylands/stmhal-led
stmhal - add led support. Add netduino_plus_2 support
Diffstat (limited to 'stmhal/led.h')
-rw-r--r--stmhal/led.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/led.h b/stmhal/led.h
index 9e9db16ac..44c68d4eb 100644
--- a/stmhal/led.h
+++ b/stmhal/led.h
@@ -20,6 +20,4 @@ void led_init(void);
void led_state(pyb_led_t led, int state);
void led_toggle(pyb_led_t led);
-#if 0
MP_DECLARE_CONST_FUN_OBJ(pyb_Led_obj);
-#endif