senddata.cpp: fix logging tag
This commit is contained in:
parent
5f6e8034c1
commit
59d468bb1e
@ -1,6 +1,9 @@
|
|||||||
// Basic Config
|
// Basic Config
|
||||||
#include "senddata.h"
|
#include "senddata.h"
|
||||||
|
|
||||||
|
// Local logging tag
|
||||||
|
static const char TAG[] = __FILE__;
|
||||||
|
|
||||||
void setSendIRQ(TimerHandle_t xTimer) {
|
void setSendIRQ(TimerHandle_t xTimer) {
|
||||||
xTaskNotify(irqHandlerTask, SENDCYCLE_IRQ, eSetBits);
|
xTaskNotify(irqHandlerTask, SENDCYCLE_IRQ, eSetBits);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user