From cbc7d1814c789724dee92774dbc6cea462c3a99f Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 7 Dec 2016 14:12:07 -0800 Subject: [PATCH] pcnt example: Remove unused debugging tag --- examples/16_pcnt/main/pcnt_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/16_pcnt/main/pcnt_test.c b/examples/16_pcnt/main/pcnt_test.c index 1da4cca56..5ed5fc7b1 100644 --- a/examples/16_pcnt/main/pcnt_test.c +++ b/examples/16_pcnt/main/pcnt_test.c @@ -36,7 +36,6 @@ * When counter value reaches thresh1 or thresh0 value, it will trigger interrupt. * When counter value reaches l_lim value or h_lim value, counter value will be reset to zero and trigger interrupt. */ -static const char* TAG = "PCNT_TEST"; #define PCNT_TEST_UNIT PCNT_UNIT_0 #define PCNT_H_LIM_VAL (10) #define PCNT_L_LIM_VAL (-10)