mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
Fix: typo in logging tag of PinMappingClass
This commit is contained in:
committed by
Thomas Basler
parent
648d9594b2
commit
4e0685ea13
@@ -10,7 +10,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#undef TAG
|
||||
static const char* TAG = "pingmapping";
|
||||
static const char* TAG = "pinmapping";
|
||||
|
||||
#ifndef DISPLAY_TYPE
|
||||
#define DISPLAY_TYPE 0U
|
||||
|
||||
Reference in New Issue
Block a user