Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bernhard Heinloth
OOStuBS - WS18
Commits
756b5f87
Commit
756b5f87
authored
Nov 27, 2018
by
Bernhard Heinloth
Browse files
Behebe ungültige Teiler in Vorgabe für Serial
parent
2d9795e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
machine/serial.h
View file @
756b5f87
...
...
@@ -40,13 +40,13 @@ public:
* 115200 Hz.
*/
typedef
enum
{
BAUD_300
=
10
,
BAUD_600
=
9
,
BAUD_1200
=
8
,
BAUD_2400
=
7
,
BAUD_4800
=
6
,
BAUD_9600
=
5
,
BAUD_19200
=
4
,
BAUD_300
=
384
,
BAUD_600
=
192
,
BAUD_1200
=
96
,
BAUD_2400
=
48
,
BAUD_4800
=
24
,
BAUD_9600
=
12
,
BAUD_19200
=
6
,
BAUD_38400
=
3
,
BAUD_57600
=
2
,
BAUD_115200
=
1
,
...
...
Write
Preview
Supports
Markdown
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