diff options
| author | Dave Hylands | 2014-03-14 00:51:26 -0700 |
|---|---|---|
| committer | Dave Hylands | 2014-03-14 09:48:49 -0700 |
| commit | 0a64c92a9c3bd7d648c8a0d087fa7e739a5eeaa3 (patch) | |
| tree | 0d36bb17c7bbb00c14a61a072d667162d7c9ff8f /stmhal/led.h | |
| parent | 33bdd2119d9ca28404acc2b0891d5a74997a0d05 (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.h | 2 |
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 |
