#include <stdint.h>
#include <string.h>
#include "os.h"
#include "io.h"
#include "ledger_assert.h"
Go to the source code of this file.
◆ __attribute__() [1/2]
WEAK void __attribute__ |
( |
(noreturn) |
| ) |
|
Exit the application and go back to the dashboard.
Definition at line 38 of file main.c.
◆ __attribute__() [2/2]
WEAK __attribute__ |
( |
(section(".boot")) |
| ) |
|
◆ common_app_init()
WEAK void common_app_init |
( |
void |
| ) |
|
◆ standalone_app_main()
WEAK void standalone_app_main |
( |
void |
| ) |
|
◆ G_ux
◆ G_ux_params
bolos_ux_params_t G_ux_params |