From 049b67b492782e8f7ab4ade10d181d66ccf1f391 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Tue, 23 Aug 2016 06:41:07 +0200 Subject: remove not needed carriage returns in printf Signed-off-by: Amir Hammad --- src/usbh_driver_gp_xbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usbh_driver_gp_xbox.c') diff --git a/src/usbh_driver_gp_xbox.c b/src/usbh_driver_gp_xbox.c index ddd62de..01cebb5 100644 --- a/src/usbh_driver_gp_xbox.c +++ b/src/usbh_driver_gp_xbox.c @@ -77,7 +77,7 @@ void gp_xbox_driver_init(const gp_xbox_config_t *config) static void *init(void *usbh_dev) { if (!initialized) { - LOG_PRINTF("\n%s/%d : driver not initialized\r\n", __FILE__, __LINE__); + LOG_PRINTF("\n%s/%d : driver not initialized\n", __FILE__, __LINE__); return 0; } -- cgit