senddata.cpp: fix logging tag

This commit is contained in:
cyberman54 2022-02-28 22:35:56 +01:00
parent 5f6e8034c1
commit 59d468bb1e

View File

@ -1,6 +1,9 @@
// Basic Config
#include "senddata.h"
// Local logging tag
static const char TAG[] = __FILE__;
void setSendIRQ(TimerHandle_t xTimer) {
xTaskNotify(irqHandlerTask, SENDCYCLE_IRQ, eSetBits);
}