Signed-off-by: Ben Levinsky ben.levinsky@xilinx.com --- apps/examples/oob_echo/rpmsg-echo.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/apps/examples/oob_echo/rpmsg-echo.h b/apps/examples/oob_echo/rpmsg-echo.h index 829bd7f..24febd9 100644 --- a/apps/examples/oob_echo/rpmsg-echo.h +++ b/apps/examples/oob_echo/rpmsg-echo.h @@ -18,6 +18,5 @@ static struct packet { };
#define LPRINTF(format, ...) printf(format, ##__VA_ARGS__) -//#define LPRINTF(format, ...) #define LPERROR(format, ...) LPRINTF("ERROR: " format, ##__VA_ARGS__) #endif /* RPMSG_ECHO_H */