From fd379cd50b7cf65f96a3f4d88066f6391152aff2 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 12 May 2018 15:16:26 +0100 Subject: [PATCH] Add missing case statement --- tools/tools-utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools-utils.c b/tools/tools-utils.c index 6ad0a9365..50a50c025 100644 --- a/tools/tools-utils.c +++ b/tools/tools-utils.c @@ -104,6 +104,7 @@ select_baudrate(int baudrate) { return B115200; #endif #ifdef B230400 + case 230400: return B230400; #endif #ifdef B460800