Skip to content

Commit

Permalink
Don't lint
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Feb 27, 2022
1 parent 5626b01 commit 567c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/jk_modbus/jk_modbus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ uint16_t chksum(const uint8_t data[], const uint16_t len) {
return checksum;
}

bool JkModbus::parse_jk_modbus_byte_(uint8_t byte) {
bool JkModbus::parse_jk_modbus_byte_(uint8_t byte) { // NOLINT
size_t at = this->rx_buffer_.size();
this->rx_buffer_.push_back(byte);
const uint8_t *raw = &this->rx_buffer_[0];
Expand Down

0 comments on commit 567c006

Please sign in to comment.