mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-02 13:30: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:
@ -23,7 +23,9 @@
|
||||
******************************************************************************/
|
||||
#ifndef _AVRC_DEFS_H
|
||||
#define _AVRC_DEFS_H
|
||||
#include "bt_target.h"
|
||||
|
||||
#if (AVRC_INCLUDED == TRUE)
|
||||
/*****************************************************************************
|
||||
** constants
|
||||
*****************************************************************************/
|
||||
@ -1356,5 +1358,5 @@ typedef union {
|
||||
tAVRC_RSP add_to_play; /* AddToNowPlaying */
|
||||
} tAVRC_RESPONSE;
|
||||
|
||||
|
||||
#endif ///AVRC_INCLUDED == TRUE
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user