Sergei G / Mbed OS Borsch

Dependencies:   DataStore JobScheduler NetworkServices W5500Interface nanopb protocol

source/jobTestPrint.cpp

Committer:
sgnezdov
Date:
2017-07-14
Revision:
4:b360d4f0bf34
Parent:
1:eebe442fc126
Child:
19:40f5bcec121e

File content as of revision 4:b360d4f0bf34:

#include "jobTestPrint.h"

#include "mbed-trace/mbed_trace.h"
#define TRACE_GROUP  "jtp"

void JobTestPrint::Run() {
    tr_info("Job Test Print (hardcoded to run once on startup)");
}