mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Correct Kconfigs according to the coding style
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
menu "Event Loop Library"
|
||||
|
||||
config EVENT_LOOP_PROFILING
|
||||
bool "Enable event loop profiling"
|
||||
default n
|
||||
help
|
||||
Enables collections of statistics in the event loop library such as the number of events posted to/recieved by an event loop, number of
|
||||
callbacks involved, number of events dropped to to a full event loop queue, run time of event handlers, and number of times/run
|
||||
time of each event handler.
|
||||
config EVENT_LOOP_PROFILING
|
||||
bool "Enable event loop profiling"
|
||||
default n
|
||||
help
|
||||
Enables collections of statistics in the event loop library such as the number of events posted
|
||||
to/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event
|
||||
loop queue, run time of event handlers, and number of times/run time of each event handler.
|
||||
|
||||
endmenu
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user