mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Remove unused log TAG variables
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#define LED_CHANNEL 0 /* LEDC_CHANNEL_0 */
|
||||
#define BUTTON_GPIO_PIN GPIO_NUM_0
|
||||
|
||||
static const char *TAG = "device";
|
||||
|
||||
led_driver_config_t led_driver_get_config()
|
||||
{
|
||||
led_driver_config_t config = {
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#define LED_CHANNEL 0 /* RMT_CHANNEL_0 */
|
||||
#define BUTTON_GPIO_PIN GPIO_NUM_9
|
||||
|
||||
static const char *TAG = "device";
|
||||
|
||||
led_driver_config_t led_driver_get_config()
|
||||
{
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#define LED_CHANNEL 0 /* RMT_CHANNEL_0 */
|
||||
#define BUTTON_GPIO_PIN GPIO_NUM_9
|
||||
|
||||
static const char *TAG = "device";
|
||||
|
||||
led_driver_config_t led_driver_get_config()
|
||||
{
|
||||
led_driver_config_t config = {
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#define LED_CHANNEL 0 /* RMT_CHANNEL_0 */
|
||||
#define BUTTON_GPIO_PIN GPIO_NUM_0
|
||||
|
||||
static const char *TAG = "device";
|
||||
|
||||
led_driver_config_t led_driver_get_config()
|
||||
{
|
||||
led_driver_config_t config = {
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#define LED_CHANNEL 0 /* RMT_CHANNEL_0 */
|
||||
#define BUTTON_GPIO_PIN GPIO_NUM_9
|
||||
|
||||
static const char *TAG = "device";
|
||||
|
||||
led_driver_config_t led_driver_get_config()
|
||||
{
|
||||
led_driver_config_t config = {
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#define LED_CHANNEL 7 /* LEDC_CHANNEL_7 */
|
||||
#define BUTTON_GPIO_PIN 39 /* Left button on M5Stack */
|
||||
|
||||
static const char *TAG = "device";
|
||||
|
||||
led_driver_config_t led_driver_get_config()
|
||||
{
|
||||
led_driver_config_t config = {
|
||||
|
||||
Reference in New Issue
Block a user