Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewn committed May 30, 2021
1 parent cecd6fd commit f3904cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esphome/components/uart/uart_esp8266.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ void UARTComponent::flush() {
}
}
void ESP8266SoftwareSerial::setup(int8_t tx_pin, int8_t rx_pin, uint32_t baud_rate, uint8_t stop_bits,
uint32_t data_bits, UARTParityOptions parity, size_t rx_buffer_size,
bool invert) {
uint32_t data_bits, UARTParityOptions parity, size_t rx_buffer_size, bool invert) {
this->bit_time_ = F_CPU / baud_rate;
this->rx_buffer_size_ = rx_buffer_size;
this->stop_bits_ = stop_bits;
Expand Down

0 comments on commit f3904cc

Please sign in to comment.