Skip to content

Commit 30bf1cc

Browse files
authored
esp_at_http_set_header_if_config未声明
1 parent 881b508 commit 30bf1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/at_custom_cmd/custom/at_custom_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define AT_HEAP_BUFFER_SIZE 4096
2222
#define AT_RESP_PREFIX_LEN_MAX 64
2323
#define AT_FATFS_MOUNT_POINT "/fatfs"
24-
24+
extern esp_err_t esp_at_http_set_header_if_config(esp_http_client_handle_t client);
2525

2626
typedef struct {
2727
bool fs_mounted; /*!< File system mounted */

0 commit comments

Comments
 (0)