fix(keywords): added 2 new lines to keep consistancy · espressif/arduino-esp32@f533329 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit f533329
fix(keywords): added 2 new lines to keep consistancy
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -5,6 +5,7 @@ | ||
5 | 5 | ####################################### |
6 | 6 | # Datatypes (KEYWORD1) |
7 | 7 | ####################################### |
8 | + | |
8 | 9 | Serial4 KEYWORD1 |
9 | 10 | |
10 | 11 | ####################################### |
@@ -14,4 +15,5 @@ Serial4 KEYWORD1 | ||
14 | 15 | ####################################### |
15 | 16 | # Constants (LITERAL1) |
16 | 17 | ####################################### |
18 | + | |
17 | 19 | RGB_BUILTIN LITERAL1 |