Skip to content
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

Use correct separator in keywords.txt #1008

Merged
merged 1 commit into from
Dec 6, 2017
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
10 changes: 5 additions & 5 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MY_PASSIVE_NODE LITERAL1
# debug
MY_DEBUG LITERAL1
MY_DEBUG_OTA LITERAL1
MY_DEBUG_OTA_DISABLE_ACK LITERAL1
MY_DEBUG_OTA_DISABLE_ACK LITERAL1
MY_SPECIAL_DEBUG LITERAL1

# OTA
Expand All @@ -76,10 +76,10 @@ MY_INCLUSION_MODE_FEATURE LITERAL1
MY_INCLUSION_BUTTON_FEATURE LITERAL1
MY_INCLUSION_MODE_BUTTON_PIN LITERAL1
MY_INCLUSION_MODE_DURATION LITERAL1
MY_OTA_LOG_RECEIVER_FEATURE LITERAL1
MY_OTA_LOG_SENDER_FEATURE LITERAL1
MY_DEBUG_OTA LITERAL1
MY_DEBUG_OTA_DISABLE_ACK LITERAL1
MY_OTA_LOG_RECEIVER_FEATURE LITERAL1
MY_OTA_LOG_SENDER_FEATURE LITERAL1
MY_DEBUG_OTA LITERAL1
MY_DEBUG_OTA_DISABLE_ACK LITERAL1

# Signing
MY_DEBUG_VERBOSE_SIGNING LITERAL1
Expand Down