Initial commit: my SECS2 project
This commit is contained in:
12
usr/bsp/bsp_Key.h
Normal file
12
usr/bsp/bsp_Key.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BSP_KEY_H_
|
||||
#define _BSP_KEY_H_
|
||||
|
||||
#include "main.h"
|
||||
typedef struct
|
||||
{
|
||||
u16 count;
|
||||
void (*init)(void);
|
||||
void (*task)(void);
|
||||
}bsp_key_t;
|
||||
extern bsp_key_t key;
|
||||
#endif
|
||||
Reference in New Issue
Block a user