Minor updates

This commit is contained in:
Derek Jamison 2023-04-15 15:31:06 -04:00
parent 257f048fde
commit 30c9d6d186
2 changed files with 0 additions and 3 deletions

View File

@ -3,5 +3,4 @@ typedef enum {
BtHidViewInstructions, BtHidViewInstructions,
BtHidViewClicker, BtHidViewClicker,
BtHidViewCredits, BtHidViewCredits,
HidViewExitConfirm,
} HidView; } HidView;

View File

@ -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;