Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
a1dc023c
Commit
a1dc023c
authored
Feb 04, 2015
by
Vowstar
Browse files
Merge pull request #172 from sej7278/master
Fixes BIT_RATE typo's so 9600 isn't defined 3 times
parents
b6d84fdc
f6161230
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/driver/uart.h
View file @
a1dc023c
...
@@ -33,8 +33,8 @@ typedef enum {
...
@@ -33,8 +33,8 @@ typedef enum {
}
UartExistParity
;
}
UartExistParity
;
typedef
enum
{
typedef
enum
{
BIT_RATE_
96
00
=
1200
,
BIT_RATE_
12
00
=
1200
,
BIT_RATE_
96
00
=
2400
,
BIT_RATE_
24
00
=
2400
,
BIT_RATE_4800
=
4800
,
BIT_RATE_4800
=
4800
,
BIT_RATE_9600
=
9600
,
BIT_RATE_9600
=
9600
,
BIT_RATE_19200
=
19200
,
BIT_RATE_19200
=
19200
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment