mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
I don't fully like how I made this work, bu I don't see a better way without restructuring a lot of things and losing behavior compatibility
8 lines
134 B
C
8 lines
134 B
C
#pragma once
|
|
|
|
void flipper_init(void);
|
|
|
|
#ifndef FURI_RAM_EXEC
|
|
void flipper_mount_callback(const void* message, void* context);
|
|
#endif
|