-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up stray declarations and includes based on recommendations.
- Loading branch information
hed0rah
committed
Jun 16, 2024
1 parent
904d204
commit 0870e09
Showing
3 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
//#include "pirate/button.h" | ||
enum button_codes; | ||
void button_scr_handler(struct command_result *res); | ||
bool button_exec(enum button_codes button_code); | ||
|
||
typedef struct { | ||
const char *verb; | ||
const char *default_file; | ||
} button_press_type_t; | ||
|
||
extern button_press_type_t button_press_types[]; | ||
extern const uint8_t num_button_press_types; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters