Skip to content

Commit dcefe65

Browse files
author
Tom Keddie
committed
examples/simple: add build time to itm output
1 parent 51bcc85 commit dcefe65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/simple/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ int main( void )
6666
_sieve();
6767
ITM_Send8(0,a);
6868
}
69+
ITM_SendString(0, "\r\n" __DATE__ "\r\n" __TIME__ "\r\n");
6970
}
7071

7172
/* should not reach this statement */

0 commit comments

Comments
 (0)