talon/User/app.h

14 lines
154 B
C
Raw Normal View History

2024-01-13 12:57:51 -05:00
#ifndef USER_APP_H_
#define USER_APP_H_
#include "ch32v20x.h"
typedef struct {
u8 device;
u8 switch_state;
} app_state_t;
#endif /* USER_APP_H_ */