mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
emulation on host: show timestamp on console output (#6507)
* emulation on host: option to add timestamp on console output
This commit is contained in:
@ -85,7 +85,7 @@ int ets_printf (const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
|
||||
int mockverbose (const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
|
||||
|
||||
extern const char* host_interface; // cmdline parameter
|
||||
|
||||
extern bool serial_timestamp;
|
||||
extern int mock_port_shifter;
|
||||
|
||||
#define NO_GLOBAL_BINDING 0xffffffff
|
||||
|
Reference in New Issue
Block a user