mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 03:17:16 -04:00
event_group.c visibilty converted to public from private.
This commit is contained in:
parent
b942fdaad0
commit
b8d21ede7c
|
@ -236,7 +236,7 @@ add_library(freertos_kernel STATIC)
|
||||||
add_subdirectory(include)
|
add_subdirectory(include)
|
||||||
add_subdirectory(portable)
|
add_subdirectory(portable)
|
||||||
|
|
||||||
target_sources(freertos_kernel PRIVATE
|
target_sources(freertos_kernel PUBLIC
|
||||||
croutine.c
|
croutine.c
|
||||||
event_groups.c
|
event_groups.c
|
||||||
list.c
|
list.c
|
||||||
|
|
Loading…
Reference in a new issue