mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
debug in subghz only when compiled with DEBUG=1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if FURI_DEBUG
|
||||
#include "../subghz_i.h"
|
||||
|
||||
enum SubmenuIndex {
|
||||
@@ -59,3 +60,4 @@ void subghz_scene_test_on_exit(void* context) {
|
||||
SubGhz* subghz = context;
|
||||
submenu_reset(subghz->submenu);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user