Minor updates
This commit is contained in:
@@ -3,5 +3,4 @@ typedef enum {
|
|||||||
BtHidViewInstructions,
|
BtHidViewInstructions,
|
||||||
BtHidViewClicker,
|
BtHidViewClicker,
|
||||||
BtHidViewCredits,
|
BtHidViewCredits,
|
||||||
HidViewExitConfirm,
|
|
||||||
} HidView;
|
} HidView;
|
||||||
@@ -13,9 +13,7 @@ struct HidCC {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool left_pressed;
|
|
||||||
bool up_pressed;
|
bool up_pressed;
|
||||||
bool right_pressed;
|
|
||||||
bool down_pressed;
|
bool down_pressed;
|
||||||
bool ok_pressed;
|
bool ok_pressed;
|
||||||
bool connected;
|
bool connected;
|
||||||
|
|||||||
Reference in New Issue
Block a user