Files
Momentum-Firmware/furi/flipper.h
Willy-JL 8a6c499e1b Migrate files and load MNTM settings on SD insert
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
2024-08-12 01:15:33 +02:00

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