mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -59,7 +59,7 @@ static bool u2f_view_input_callback(InputEvent* event, void* context) {
|
||||
return consumed;
|
||||
}
|
||||
|
||||
U2fView* u2f_view_alloc() {
|
||||
U2fView* u2f_view_alloc(void) {
|
||||
U2fView* u2f = malloc(sizeof(U2fView));
|
||||
|
||||
u2f->view = view_alloc();
|
||||
|
||||
Reference in New Issue
Block a user