From d9011ed19c1717a6bc46db56e1d1b04cadaec688 Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Wed, 15 Nov 2023 14:05:35 +0900 Subject: [PATCH] Remove wrong error code from appctrl_error_to_string() --- tests/ble_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ble_test.cpp b/tests/ble_test.cpp index f14989b..3df04c5 100644 --- a/tests/ble_test.cpp +++ b/tests/ble_test.cpp @@ -89,7 +89,6 @@ const char * appctrl_error_to_string(int error) { CODE_TO_STRING(APP_CONTROL_ERROR_LAUNCH_FAILED); CODE_TO_STRING(APP_CONTROL_ERROR_TIMED_OUT); CODE_TO_STRING(APP_CONTROL_ERROR_IO_ERROR); - CODE_TO_STRING(BT_ERROR_MAX_CONNECTION); default: return "Error not defined"; } } -- 2.7.4