RemoteHWInterface.cpp: fix gcc6 build
Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
cc9bae8fb6
commit
ad9b83ad44
@@ -24,7 +24,7 @@
|
||||
|
||||
#define TRACE(x...) /*debug_printf("RemoteHWInterface: "x)*/
|
||||
#define TRACE_ALWAYS(x...) debug_printf("RemoteHWInterface: "x)
|
||||
#define TRACE_ERROR(x...) debug_printf("RemoteHWInterface: "x)
|
||||
#define TRACE_ERROR(x...) debug_printf("RemoteHWInterface: " x)
|
||||
|
||||
|
||||
struct callback_info {
|
||||
|
||||
Reference in New Issue
Block a user