update
This commit is contained in:
15
leakage_system/usr/bsp/bsp_Led.h
Normal file
15
leakage_system/usr/bsp/bsp_Led.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _BSP_LED_H_
|
||||
#define _BSP_LED_H_
|
||||
|
||||
#include "main.h"
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
void (*init)(void);
|
||||
void (*task)(void);
|
||||
}bsp_led_t;
|
||||
|
||||
extern bsp_led_t led;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user