This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What's wrong with "SEGGER_RTT_printf" or "__DATE__,__TIME__"

I want printf the date and time when compiling code. But I drag on this error:

SEGGER_RTT_printf("%s %s.\r\n", __DATE__,__TIME__);

image description

compiler says:

image description

It's strange.I use keil MDK-ARM. image description

Parents Reply Children
No Data
Related