fixes
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#include "sinksender.h"
|
#include "sinkSender.h"
|
||||||
#include "sinkStruct.h"
|
#include "sinkStruct.h"
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -29,5 +29,5 @@ static void sinksenderExecTask(void *arg) {
|
|||||||
void sinksenderInit() {
|
void sinksenderInit() {
|
||||||
ESP_LOGI(TAG, "Initializing sink sender");
|
ESP_LOGI(TAG, "Initializing sink sender");
|
||||||
|
|
||||||
xTaskCreate(sinksenderExec, "sinksender_exec_task", 4096, NULL, 5, NULL);
|
xTaskCreate(sinksenderExecTask, "sinksender_exec_task", 4096, NULL, 5, NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user