mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-02 05:20:59 +02:00
Update IDF to 65acd99 (#358)
* Update IDF to 65acd99 * Update platformio and arduino build paths and libs * Update esptool binaries
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
#include "sdp_api.h"
|
||||
#include "l2c_api.h"
|
||||
|
||||
|
||||
#if (SDP_INCLUDED == TRUE)
|
||||
/* Continuation length - we use a 2-byte offset */
|
||||
#define SDP_CONTINUATION_LEN 2
|
||||
#define SDP_MAX_CONTINUATION_LEN 16 /* As per the spec */
|
||||
@ -309,6 +309,6 @@ extern void sdp_disc_server_rsp (tCONN_CB *p_ccb, BT_HDR *p_msg);
|
||||
#define sdp_disc_server_rsp(p_ccb, p_msg)
|
||||
#endif
|
||||
|
||||
|
||||
#endif ///SDP_INCLUDED == TRUE
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user