mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:28:36 -07:00
Dolphin deeds done in loader, exclude games/media
This commit is contained in:
2
applications/external/nrf24sniff/nrfsniff.c
vendored
2
applications/external/nrf24sniff/nrfsniff.c
vendored
@@ -4,7 +4,6 @@
|
||||
#include <input/input.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include <stdlib.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
#include <nrf24.h>
|
||||
#include <toolbox/stream/file_stream.h>
|
||||
@@ -315,7 +314,6 @@ static void start_sniffing() {
|
||||
|
||||
int32_t nrfsniff_app(void* p) {
|
||||
UNUSED(p);
|
||||
dolphin_deed(DolphinDeedPluginStart);
|
||||
uint8_t address[5] = {0};
|
||||
uint32_t start = 0;
|
||||
hexlify(address, 5, top_address);
|
||||
|
||||
Reference in New Issue
Block a user