Save a little bit (~2k) of space

This commit is contained in:
MX
2023-05-17 23:05:44 +03:00
parent 35d72d82b4
commit 51ba8b66b6
7 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#if FURI_DEBUG
#include "../nfc_i.h"
enum SubmenuDebugIndex {
@@ -52,3 +53,4 @@ void nfc_scene_debug_on_exit(void* context) {
submenu_reset(nfc->submenu);
}
#endif