Skip to content

Commit 6565a99

Browse files
committed
fix os_printf_plus
1 parent 77b61d1 commit 6565a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/host/common/mock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ typedef uint32_t uint32;
6363
extern "C" {
6464
#endif
6565
int ets_printf (const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
66-
#define os_printf_plus ets_printf
66+
#define os_printf_plus printf
6767

6868
extern const char* host_interface; // cmdline parameter
6969

0 commit comments

Comments
 (0)