fix(conf) Remove empty line to make comment more condens.

Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
This commit is contained in:
Nicușor Cîțu
2024-10-02 16:44:26 +03:00
committed by Gabor Kiss-Vamosi
parent da74d6983b
commit 8658411a2f
2 changed files with 0 additions and 2 deletions

View File

@@ -99,7 +99,6 @@
/* /*
* Unblocking an RTOS task with a direct notification is 45% faster and uses less RAM * 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. * 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. * 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 #define LV_USE_FREERTOS_TASK_NOTIFY 1

View File

@@ -270,7 +270,6 @@
/* /*
* Unblocking an RTOS task with a direct notification is 45% faster and uses less RAM * 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. * 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. * 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 #ifndef LV_USE_FREERTOS_TASK_NOTIFY