mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 06:26:49 +00:00
component/bt: reduce the size of DRAM
DRAM.data: 506B --> 196B DRAM.bss : 26857B --> 2170B
This commit is contained in:
@@ -52,6 +52,7 @@ tL2C_CB l2cb;
|
||||
tL2C_CB *l2c_cb_ptr;
|
||||
#endif
|
||||
|
||||
#if 0 //Unused
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function l2c_bcst_msg
|
||||
@@ -104,7 +105,7 @@ void l2c_bcst_msg( BT_HDR *p_buf, UINT16 psm )
|
||||
bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
|
Reference in New Issue
Block a user