mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-14 03:44:14 +00:00
panu_demo: fix unused warning
This commit is contained in:
parent
cf03799a02
commit
25c92c2437
@ -107,7 +107,9 @@ static uint8_t panu_sdp_record[220];
|
|||||||
|
|
||||||
/* LISTING_START(PanuSetup): Panu setup */
|
/* LISTING_START(PanuSetup): Panu setup */
|
||||||
static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
||||||
|
#ifdef ENABLE_PANU_CLIENT
|
||||||
static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
||||||
|
#endif
|
||||||
static void network_send_packet_callback(const uint8_t * packet, uint16_t size);
|
static void network_send_packet_callback(const uint8_t * packet, uint16_t size);
|
||||||
|
|
||||||
static void panu_setup(void){
|
static void panu_setup(void){
|
||||||
|
Loading…
Reference in New Issue
Block a user