mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -163,6 +163,6 @@ static const FlipperAppPluginDescriptor aime_plugin_descriptor = {
|
||||
};
|
||||
|
||||
/* Plugin entry point - must return a pointer to const descriptor */
|
||||
const FlipperAppPluginDescriptor* aime_plugin_ep() {
|
||||
const FlipperAppPluginDescriptor* aime_plugin_ep(void) {
|
||||
return &aime_plugin_descriptor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user