From 7d3e347ba294c0c06b64ec587a168038a7a0a9d5 Mon Sep 17 00:00:00 2001 From: "isha.pardikar@espressif.com" Date: Thu, 16 Mar 2023 18:01:50 +0530 Subject: [PATCH] Bluetooth : Fixed h2 controller function definition --- components/bt/controller/esp32h2/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32h2/bt.c b/components/bt/controller/esp32h2/bt.c index 7d824d83bd..f398f9c879 100644 --- a/components/bt/controller/esp32h2/bt.c +++ b/components/bt/controller/esp32h2/bt.c @@ -575,7 +575,7 @@ void controller_sleep_deinit(void) #define MODEM_LPCON_CLK_CONF_FORCE_ON_REG (REG_MODEM_LPCON_BASE + 0x000C) #include "hal/clk_tree_ll.h" -static void enable_chip_clk() +static void enable_chip_clk(void) { WRITE_PERI_REG(MODEM_SYSCON_CLK_CONF_REG,0xFFFFFFFF); WRITE_PERI_REG(MODEM_SYSCON_CLK_CONF1_REG,0xFFFFFFFF);