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@4:b360d4f0bf34, 2017-07-14 (annotated)
- Committer:
- sgnezdov
- Date:
- Fri Jul 14 00:13:32 2017 +0000
- Revision:
- 4:b360d4f0bf34
- Parent:
- 1:eebe442fc126
- Child:
- 19:40f5bcec121e
skeleton application is ready with 2 fake jobs
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sgnezdov | 1:eebe442fc126 | 1 | #include "jobTestPrint.h" |
sgnezdov | 1:eebe442fc126 | 2 | |
sgnezdov | 1:eebe442fc126 | 3 | #include "mbed-trace/mbed_trace.h" |
sgnezdov | 1:eebe442fc126 | 4 | #define TRACE_GROUP "jtp" |
sgnezdov | 1:eebe442fc126 | 5 | |
sgnezdov | 1:eebe442fc126 | 6 | void JobTestPrint::Run() { |
sgnezdov | 4:b360d4f0bf34 | 7 | tr_info("Job Test Print (hardcoded to run once on startup)"); |
sgnezdov | 1:eebe442fc126 | 8 | } |