mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable LED callback
This commit is contained in:
parent
da48eb4ff4
commit
5bfc56d33a
@ -6,11 +6,13 @@
|
|||||||
#include "systick.h"
|
#include "systick.h"
|
||||||
static uint16_t led;
|
static uint16_t led;
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void led_cb()
|
static void led_cb()
|
||||||
{
|
{
|
||||||
/* Toggle LED1 */
|
/* Toggle LED1 */
|
||||||
GPIO_ToggleBits(GPIOD, led);
|
GPIO_ToggleBits(GPIOD, led);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void led_init(enum led_color color)
|
void led_init(enum led_color color)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user