From ef753b62da267b71a461f4ff112389523aa0ffb9 Mon Sep 17 00:00:00 2001 From: Bascy Date: Tue, 12 Apr 2022 23:52:14 +0200 Subject: [PATCH] Removed /* from inside block comment(#383) --- src/nimconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimconfig.h b/src/nimconfig.h index 113b62b6..9624ac29 100644 --- a/src/nimconfig.h +++ b/src/nimconfig.h @@ -35,7 +35,7 @@ /**************************************************** * Extended advertising settings * * For use with ESP32C3, ESP32S3, ESP32H2 ONLY! * - /**************************************************/ + ***************************************************/ /** @brief Un-comment to enable extended advertising */ // #define CONFIG_BT_NIMBLE_EXT_ADV 1