mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-11 19:33:30 -07:00
remove non existing function usage
getRandomDeed is not exist
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#include <nrf24.h>
|
||||
#include <toolbox/stream/file_stream.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
#define LOGITECH_MAX_CHANNEL 85
|
||||
#define COUNT_THRESHOLD 2
|
||||
@@ -292,7 +291,6 @@ static void wrap_up(Storage* storage, NotificationApp* notification) {
|
||||
hexlify(addr, 5, top_address);
|
||||
found_count++;
|
||||
save_addr_to_file(storage, addr, 5, notification);
|
||||
DOLPHIN_DEED(getRandomDeed());
|
||||
if(confirmed_idx < MAX_CONFIRMED) memcpy(confirmed[confirmed_idx++], addr, 5);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user