Fix: typo in logging tag of PinMappingClass

This commit is contained in:
Bernhard Kirchen
2025-05-16 19:31:41 +02:00
committed by Thomas Basler
parent 648d9594b2
commit 4e0685ea13

View File

@@ -10,7 +10,7 @@
#include <string.h> #include <string.h>
#undef TAG #undef TAG
static const char* TAG = "pingmapping"; static const char* TAG = "pinmapping";
#ifndef DISPLAY_TYPE #ifndef DISPLAY_TYPE
#define DISPLAY_TYPE 0U #define DISPLAY_TYPE 0U