Skip to content

Commit 056c9f8

Browse files
committed
Merge branch 'fix/usb_uac_build_example' into 'master'
fix(usb_uac): fix build problem See merge request ae_group/esp-iot-solution!1074
2 parents 7137c2b + c818bf2 commit 056c9f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/usb/device/usb_uac/common_components/esp32_p4_function_ev_board/src/bsp_board_extra.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <stdint.h>
88
#include <stdbool.h>
9+
#include <string.h>
910

1011
#include "esp_log.h"
1112
#include "esp_check.h"

examples/usb/device/usb_uac/common_components/esp32_p4_function_ev_board/src/bsp_sub_board.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
#include <string.h>
78
#include "freertos/FreeRTOS.h"
89
#include "freertos/task.h"
910
#include "freertos/semphr.h"

0 commit comments

Comments
 (0)