Explorar el Código

Make sure define is present

anfractuosity hace 1 año
padre
commit
79223c2f16
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scenes/scope_scene_run.c

+ 1 - 0
scenes/scope_scene_run.c

@@ -27,6 +27,7 @@
 #include "../scope_app_i.h"
 #include "flipperscope_icons.h"
 
+#define USE_TIMEOUT 0
 #define DIGITAL_SCALE_12BITS ((uint32_t)0xFFF)
 #define VAR_CONVERTED_DATA_INIT_VALUE (DIGITAL_SCALE_12BITS + 1)
 #define VAR_CONVERTED_DATA_INIT_VALUE_16BITS (0xFFFF + 1U)