event_group.c visibilty converted to public from private.

This commit is contained in:
usman-pak1991 2025-06-13 12:42:24 +05:00
parent b942fdaad0
commit b8d21ede7c
No known key found for this signature in database
GPG key ID: 55A32C8D571BF787

View file

@ -236,7 +236,7 @@ add_library(freertos_kernel STATIC)
add_subdirectory(include)
add_subdirectory(portable)
target_sources(freertos_kernel PRIVATE
target_sources(freertos_kernel PUBLIC
croutine.c
event_groups.c
list.c