update
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
void (*Init)(void);
|
||||
void (*Flash)(void);
|
||||
}bsp_Led_t;
|
||||
void (*init)(void);
|
||||
void (*task)(void);
|
||||
}bsp_led_t;
|
||||
|
||||
extern bsp_Led_t Led;
|
||||
extern bsp_led_t led;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user