aboutsummaryrefslogtreecommitdiff
path: root/stmhal/led.h
diff options
context:
space:
mode:
authorDave Hylands2014-03-14 00:51:26 -0700
committerDave Hylands2014-03-14 09:48:49 -0700
commit0a64c92a9c3bd7d648c8a0d087fa7e739a5eeaa3 (patch)
tree0d36bb17c7bbb00c14a61a072d667162d7c9ff8f /stmhal/led.h
parent33bdd2119d9ca28404acc2b0891d5a74997a0d05 (diff)
stmhal - add led support. Add netduino_plus_2 support
Tweaked a couple of the USB files to compile if neither dev nor host was defined. Tested on netduiono plus 2 and stm32f4discovery boards
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