suppress unused warning on TAG
This commit is contained in:
parent
0b816aca68
commit
e54f3b469d
@ -1,5 +1,6 @@
|
||||
#include "step1.h"
|
||||
|
||||
__attribute__((unused))
|
||||
static const char *TAG = "step1";
|
||||
|
||||
static char* COLOR_NAMES[] = {
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#include "step2.h"
|
||||
|
||||
__attribute__((unused))
|
||||
static const char *TAG = "step2";
|
||||
|
||||
static const int NUM_SOLVES = 4;
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
#define THREE_SECOND_TIME 90'000
|
||||
#define SIX_SECOND_TIME 75'000
|
||||
|
||||
__attribute__((unused))
|
||||
static const char *TAG = "step3";
|
||||
|
||||
static int tone = 0;
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#include "step4.h"
|
||||
|
||||
__attribute__((unused))
|
||||
static const char *TAG = "step4";
|
||||
|
||||
static lv_obj_t* scr;
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#include "step5.h"
|
||||
|
||||
__attribute__((unused))
|
||||
static const char *TAG = "step5";
|
||||
|
||||
static const int TIMES_TO_SOLVE = 9;
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#include "step6.h"
|
||||
|
||||
__attribute__((unused))
|
||||
static const char *TAG = "step6";
|
||||
|
||||
static uint8_t cut_wires = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user