Skip to content

Commit 66858d9

Browse files
authored
Use correct separator in keywords.txt
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent 6b21a18 commit 66858d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keywords.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ xSemaphoreCreateCountingStatic KEYWORD2
119119
xSemaphoreCreateMutex KEYWORD2
120120
xSemaphoreCreateMutexStatic KEYWORD2
121121
xSemaphoreCreateRecursiveMutex KEYWORD2
122-
xSemaphoreCreateRecursiveMutexStatic KEYWORD2
122+
xSemaphoreCreateRecursiveMutexStatic KEYWORD2
123123
vSemaphoreDelete KEYWORD2
124124
uxSemaphoreGetCount KEYWORD2
125125
xSemaphoreGetMutexHolder KEYWORD2
@@ -198,7 +198,7 @@ configSUPPORT_DYNAMIC_ALLOCATION LITERAL1
198198
configSUPPORT_STATIC_ALLOCATION LITERAL1
199199
configGENERATE_RUN_TIME_STATS LITERAL1
200200
configIDLE_SHOULD_YIELD LITERAL1
201-
configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS LITERAL1
201+
configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS LITERAL1
202202
configKERNEL_INTERRUPT_PRIORITY LITERAL1
203203
configMAX_SYSCALL_INTERRUPT_PRIORITY LITERAL1
204204
configMAX_API_CALL_INTERRUPT_PRIORITY LITERAL1
@@ -207,7 +207,7 @@ configMAX_PRIORITIES LITERAL1
207207
configMAX_TASK_NAME_LEN LITERAL1
208208
configMAX_SYSCALL_INTERRUPT_PRIORITY LITERAL1
209209
configMINIMAL_STACK_SIZE LITERAL1
210-
configNUM_THREAD_LOCAL_STORAGE_POINTERS LITERAL1
210+
configNUM_THREAD_LOCAL_STORAGE_POINTERS LITERAL1
211211
configQUEUE_REGISTRY_SIZE LITERAL1
212212
configSUPPORT_STATIC_ALLOCATION LITERAL1
213213
configTIMER_QUEUE_LENGTH LITERAL1
@@ -224,7 +224,7 @@ configUSE_IDLE_HOOK LITERAL1
224224
configUSE_MALLOC_FAILED_HOOK LITERAL1
225225
configUSE_MUTEXES LITERAL1
226226
configUSE_NEWLIB_REENTRANT LITERAL1
227-
configUSE_PORT_OPTIMISED_TASK_SELECTION LITERAL1
227+
configUSE_PORT_OPTIMISED_TASK_SELECTION LITERAL1
228228
configUSE_PREEMPTION LITERAL1
229229
configUSE_QUEUE_SETS LITERAL1
230230
configUSE_RECURSIVE_MUTEXES LITERAL1

0 commit comments

Comments
 (0)