From 84408fef5729bc9e92683a61eb9c8c3f4cd0f4f1 Mon Sep 17 00:00:00 2001 From: SId Price Date: Sun, 26 Jun 2022 15:05:20 -0600 Subject: [PATCH] Remove unwanted whitespace --- src/platforms/hosted/bmp_serial.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platforms/hosted/bmp_serial.c b/src/platforms/hosted/bmp_serial.c index a66176d..9fe84b6 100644 --- a/src/platforms/hosted/bmp_serial.c +++ b/src/platforms/hosted/bmp_serial.c @@ -27,7 +27,6 @@ void bmp_ident(bmp_info_t *info) { - PRINT_INFO("Black Magic Debug App (for BMP only) %s\n", FIRMWARE_VERSION); if (!info) return;