Skip to content

Commit 80b19fc

Browse files
committed
missing reference for esp_log_timestamp
1 parent 07d4542 commit 80b19fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

esp32c3/components/log/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
LIB = liblog.a
22
LIB_SRCS = $(IDF_PATH)/log/log.c \
3-
$(IDF_PATH)/log/log_buffers.c
3+
$(IDF_PATH)/log/log_buffers.c \
4+
$(IDF_PATH)/log/log_freertos.c
45

56
EXTRA_CFLAGS= -I$(IDF_PATH)/log/include \
67
-I$(IDF_PATH)/esp_rom/include \

0 commit comments

Comments
 (0)