MCPcopy Create free account
hub / github.com/SergiusTheBest/plog / exampleTask

Function exampleTask

samples/FreeRTOS/main.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <plog/Appenders/ColorConsoleAppender.h>
10
11static void exampleTask(void* /*parameter*/)
12{
13 for (;;)
14 {
15 PLOGI << "tick";
16 vTaskDelay(1000 / portTICK_PERIOD_MS);
17 }
18}
19
20int main()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected