mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 11:18:35 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -79,7 +79,7 @@ void ibutton_tick_event_callback(void* context) {
|
||||
scene_manager_handle_tick_event(ibutton->scene_manager);
|
||||
}
|
||||
|
||||
iButton* ibutton_alloc() {
|
||||
iButton* ibutton_alloc(void) {
|
||||
iButton* ibutton = malloc(sizeof(iButton));
|
||||
|
||||
ibutton->file_path = furi_string_alloc();
|
||||
|
||||
Reference in New Issue
Block a user