mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
oops
This commit is contained in:
@@ -49,14 +49,15 @@ SubGhzKeystore* subghz_environment_get_keystore(SubGhzEnvironment* instance) {
|
|||||||
void subghz_environment_set_came_atomo_rainbow_table_file_name(
|
void subghz_environment_set_came_atomo_rainbow_table_file_name(
|
||||||
SubGhzEnvironment* instance,
|
SubGhzEnvironment* instance,
|
||||||
const char* filename) {
|
const char* filename) {
|
||||||
furi_assert(instance);
|
UNUSED(instance);
|
||||||
|
UNUSED(filename);
|
||||||
// Do nothing :)
|
// Do nothing :)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char*
|
const char*
|
||||||
subghz_environment_get_came_atomo_rainbow_table_file_name(SubGhzEnvironment* instance) {
|
subghz_environment_get_came_atomo_rainbow_table_file_name(SubGhzEnvironment* instance) {
|
||||||
furi_assert(instance);
|
UNUSED(instance);
|
||||||
// No table, sorry
|
// No table, sorry
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user