Skip to content

Commit

Permalink
Make sure define is present
Browse files Browse the repository at this point in the history
  • Loading branch information
anfractuosity committed Aug 9, 2024
1 parent 610aaaa commit 79223c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenes/scope_scene_run.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 79223c2

Please sign in to comment.