remove non existing function usage

getRandomDeed is not exist
This commit is contained in:
MX
2022-09-07 15:05:57 +03:00
parent f28ecec835
commit e9e0079e30
-2
View File
@@ -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;
}