Disable LED callback

This commit is contained in:
iabdalkader 2014-03-30 19:18:58 +02:00
parent da48eb4ff4
commit 5bfc56d33a

View File

@ -6,11 +6,13 @@
#include "systick.h"
static uint16_t led;
#if 0
static void led_cb()
{
/* Toggle LED1 */
GPIO_ToggleBits(GPIOD, led);
}
#endif
void led_init(enum led_color color)
{