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:
committed by
Gabor Kiss-Vamosi
parent
da74d6983b
commit
8658411a2f
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user