We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d66d2 commit 637e812Copy full SHA for 637e812
Drv/LinuxUartDriver/LinuxUartDriver.hpp
@@ -43,21 +43,21 @@ class LinuxUartDriver final : public LinuxUartDriverComponentBase {
43
#ifdef TGT_OS_TYPE_LINUX
44
BAUD_460K=460800,
45
BAUD_921K=921600,
46
- BAUD_1000K=1000000000,
47
- BAUD_1152K=1152000000,
48
- BAUD_1500K=1500000000,
49
- BAUD_2000K=2000000000,
+ BAUD_1000K=1000000,
+ BAUD_1152K=1152000,
+ BAUD_1500K=1500000,
+ BAUD_2000K=2000000,
50
#ifdef B2500000
51
- BAUD_2500K=2500000000,
+ BAUD_2500K=2500000,
52
#endif
53
#ifdef B3000000
54
- BAUD_3000K=3000000000,
+ BAUD_3000K=3000000,
55
56
#ifdef B3500000
57
- BAUD_3500K=3500000000,
+ BAUD_3500K=3500000,
58
59
#ifdef B4000000
60
- BAUD_4000K=4000000000
+ BAUD_4000K=4000000
61
62
63
};
0 commit comments