Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DataStore JobScheduler NetworkServices W5500Interface nanopb protocol
source/jobTestPrint.cpp
- Committer:
- sgnezdov
- Date:
- 2017-07-13
- Revision:
- 1:eebe442fc126
- Child:
- 4:b360d4f0bf34
File content as of revision 1:eebe442fc126:
#include "jobTestPrint.h" #include "mbed-trace/mbed_trace.h" #define TRACE_GROUP "jtp" void JobTestPrint::Run() { tr_debug("Job A"); }