mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Additonal stamp.h fixes
This commit is contained in:
parent
ee95c973e9
commit
32d0e3890a
5 changed files with 6 additions and 12 deletions
|
@ -97,7 +97,7 @@ const struct TraceElement * getTraceElement(uint16_t idx)
|
|||
|
||||
void dumpTraceBuffer()
|
||||
{
|
||||
TRACE("Dump of Trace Buffer (" VERS_STR " " DATE_STR " " TIME_STR "):");
|
||||
TRACE("Dump of Trace Buffer (" VERSION " " DATE " " TIME "):");
|
||||
TRACE("# Time Event Data");
|
||||
for(int n = 0; n < TRACE_BUFFER_LEN; ++n) {
|
||||
struct gtm tp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue