Skip to content

Commit c2ee791

Browse files
committed
[driver] iwr6842 pleasing CI whitespace fetish
1 parent 087fb2c commit c2ee791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/platform/uart/hosted/serial_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ modm::platform::SerialInterface::setBaudRate(unsigned int rate)
9494
(rate == 460'800) ? B460800 :
9595
(rate == 500'000) ? B500000 :
9696
(rate == 576'000) ? B576000 :
97-
(rate == 921'600) ? B921600 :
97+
(rate == 921'600) ? B921600 :
9898
(rate == 2'000'000) ? B2000000 :
9999
(rate == 3'000'000) ? B3000000 : B0;
100100

0 commit comments

Comments
 (0)