Skip to content

Use correct separator in keywords.txt #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ xSemaphoreCreateCountingStatic KEYWORD2
xSemaphoreCreateMutex KEYWORD2
xSemaphoreCreateMutexStatic KEYWORD2
xSemaphoreCreateRecursiveMutex KEYWORD2
xSemaphoreCreateRecursiveMutexStatic KEYWORD2
xSemaphoreCreateRecursiveMutexStatic KEYWORD2
vSemaphoreDelete KEYWORD2
uxSemaphoreGetCount KEYWORD2
xSemaphoreGetMutexHolder KEYWORD2
Expand Down Expand Up @@ -198,7 +198,7 @@ configSUPPORT_DYNAMIC_ALLOCATION LITERAL1
configSUPPORT_STATIC_ALLOCATION LITERAL1
configGENERATE_RUN_TIME_STATS LITERAL1
configIDLE_SHOULD_YIELD LITERAL1
configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS LITERAL1
configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS LITERAL1
configKERNEL_INTERRUPT_PRIORITY LITERAL1
configMAX_SYSCALL_INTERRUPT_PRIORITY LITERAL1
configMAX_API_CALL_INTERRUPT_PRIORITY LITERAL1
Expand All @@ -207,7 +207,7 @@ configMAX_PRIORITIES LITERAL1
configMAX_TASK_NAME_LEN LITERAL1
configMAX_SYSCALL_INTERRUPT_PRIORITY LITERAL1
configMINIMAL_STACK_SIZE LITERAL1
configNUM_THREAD_LOCAL_STORAGE_POINTERS LITERAL1
configNUM_THREAD_LOCAL_STORAGE_POINTERS LITERAL1
configQUEUE_REGISTRY_SIZE LITERAL1
configSUPPORT_STATIC_ALLOCATION LITERAL1
configTIMER_QUEUE_LENGTH LITERAL1
Expand All @@ -224,7 +224,7 @@ configUSE_IDLE_HOOK LITERAL1
configUSE_MALLOC_FAILED_HOOK LITERAL1
configUSE_MUTEXES LITERAL1
configUSE_NEWLIB_REENTRANT LITERAL1
configUSE_PORT_OPTIMISED_TASK_SELECTION LITERAL1
configUSE_PORT_OPTIMISED_TASK_SELECTION LITERAL1
configUSE_PREEMPTION LITERAL1
configUSE_QUEUE_SETS LITERAL1
configUSE_RECURSIVE_MUTEXES LITERAL1
Expand Down