diff --git a/lv_conf_template.h b/lv_conf_template.h index 11987d0b9..f9f084c4e 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -99,7 +99,6 @@ /* * Unblocking an RTOS task with a direct notification is 45% faster and uses less RAM * than unblocking a task using an intermediary object such as a binary semaphore. - * * RTOS task notifications can only be used when there is only one task that can be the recipient of the event. */ #define LV_USE_FREERTOS_TASK_NOTIFY 1 diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 640b62a98..0a66d949e 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -270,7 +270,6 @@ /* * Unblocking an RTOS task with a direct notification is 45% faster and uses less RAM * than unblocking a task using an intermediary object such as a binary semaphore. - * * RTOS task notifications can only be used when there is only one task that can be the recipient of the event. */ #ifndef LV_USE_FREERTOS_TASK_NOTIFY