mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 12:28:36 -07:00
Dolphin deeds done in loader, exclude games/media
This commit is contained in:
2
applications/external/protoview/app.c
vendored
2
applications/external/protoview/app.c
vendored
@@ -2,7 +2,6 @@
|
||||
* See the LICENSE file for information about the license. */
|
||||
|
||||
#include "app.h"
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
RawSamplesBuffer *RawSamples, *DetectedSamples;
|
||||
extern const SubGhzProtocolRegistry protoview_protocol_registry;
|
||||
@@ -259,7 +258,6 @@ static bool keyboard_view_dispatcher_navigation_callback(void* ctx) {
|
||||
int32_t protoview_app_entry(void* p) {
|
||||
UNUSED(p);
|
||||
ProtoViewApp* app = protoview_app_alloc();
|
||||
dolphin_deed(DolphinDeedPluginStart);
|
||||
|
||||
/* Create a timer. We do data analysis in the callback. */
|
||||
FuriTimer* timer = furi_timer_alloc(timer_callback, FuriTimerTypePeriodic, app);
|
||||
|
||||
Reference in New Issue
Block a user