Skip to content

Commit dc510ae

Browse files
authored
Merge pull request #4 from arduino-libraries/per1234/fix-keywords_txt
Use correct field separator in keywords.txt
2 parents c32864d + 1eb4b67 commit dc510ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

keywords.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Arduino_POSIXStorage KEYWORD1
1212
# Methods and Functions (KEYWORD2)
1313
#######################################
1414

15-
mount KEYWORD2
16-
unmount KEYWORD2
17-
register_hotplug_callback KEYWORD2
18-
deregister_hotplug_callback KEYWORD2
19-
mkfs KEYWORD2
15+
mount KEYWORD2
16+
unmount KEYWORD2
17+
register_hotplug_callback KEYWORD2
18+
deregister_hotplug_callback KEYWORD2
19+
mkfs KEYWORD2
2020

2121
#######################################
2222
# Constants (LITERAL1)
23-
#######################################
23+
#######################################

0 commit comments

Comments
 (0)