Skip to content

Commit 51cabfd

Browse files
authored
Removed: Warning Typo
1 parent c07c001 commit 51cabfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/crsf/crsf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void crsf::begin() {
1616
serialPort->setInvertTX(_inverted);
1717
serialPort->begin(CRSF_BAUDRATE, SERIAL_8N1);
1818
#else
19-
#warning #warning "Unsupported hardware platform."
19+
#warning "Unsupported hardware platform."
2020
#endif
2121
}
2222

src/ibus/ibus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void ibus::begin() {
1919
serialPort->setInvertTX(_inverted);
2020
serialPort->begin(IBUS_BAUDRATE, SERIAL_8N1);
2121
#else
22-
#warning #warning "Unsupported hardware platform."
22+
#warning "Unsupported hardware platform."
2323
#endif
2424
}
2525

0 commit comments

Comments
 (0)