mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 01:08:36 -07:00
Format --nobuild
This commit is contained in:
4
applications/external/flipbip/flipbip.h
vendored
4
applications/external/flipbip/flipbip.h
vendored
@@ -24,8 +24,6 @@
|
||||
|
||||
#define TEXT_BUFFER_SIZE 256
|
||||
|
||||
|
||||
|
||||
typedef struct {
|
||||
Gui* gui;
|
||||
// NotificationApp* notification;
|
||||
@@ -50,7 +48,7 @@ typedef struct {
|
||||
char import_mnemonic_text[TEXT_BUFFER_SIZE];
|
||||
char input_text[TEXT_BUFFER_SIZE];
|
||||
|
||||
void (* wallet_create)(void* context);
|
||||
void (*wallet_create)(void* context);
|
||||
} FlipBip;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user