mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 08:10:42 -04:00
Introduce common app list for menu and serial (#1791)
This commit is contained in:
parent
ea8563cb19
commit
ce1084abc7
8 changed files with 284 additions and 242 deletions
|
@ -34,7 +34,8 @@ enum app_location_t : uint32_t {
|
|||
UTILITIES = 0,
|
||||
RX,
|
||||
TX,
|
||||
DEBUG
|
||||
DEBUG,
|
||||
HOME
|
||||
};
|
||||
|
||||
struct application_information_t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue