debug in subghz only when compiled with DEBUG=1

This commit is contained in:
MX
2022-10-02 07:34:39 +03:00
parent 85eb740559
commit e2faf31b45
8 changed files with 25 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
#if FURI_DEBUG
#include "../subghz_i.h"
#include "../views/subghz_test_static.h"
@@ -28,3 +29,4 @@ bool subghz_scene_test_static_on_event(void* context, SceneManagerEvent event) {
void subghz_scene_test_static_on_exit(void* context) {
UNUSED(context);
}
#endif