mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-13 00:07:12 +00:00
oops
This commit is contained in:
parent
1653abe0ef
commit
1859b06b6a
1 changed files with 3 additions and 2 deletions
|
@ -49,14 +49,15 @@ SubGhzKeystore* subghz_environment_get_keystore(SubGhzEnvironment* instance) {
|
|||
void subghz_environment_set_came_atomo_rainbow_table_file_name(
|
||||
SubGhzEnvironment* instance,
|
||||
const char* filename) {
|
||||
furi_assert(instance);
|
||||
UNUSED(instance);
|
||||
UNUSED(filename);
|
||||
// Do nothing :)
|
||||
return;
|
||||
}
|
||||
|
||||
const char*
|
||||
subghz_environment_get_came_atomo_rainbow_table_file_name(SubGhzEnvironment* instance) {
|
||||
furi_assert(instance);
|
||||
UNUSED(instance);
|
||||
// No table, sorry
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue