Skip to content

Commit a7478c0

Browse files
committed
rm unused variable
1 parent 0af6777 commit a7478c0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ELMduino.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,10 +2609,8 @@ int8_t ELM327::get_response(void)
26092609
void ELM327::parseMultiLineResponse() {
26102610
uint8_t totalBytes = 0;
26112611
uint8_t bytesReceived = 0;
2612-
bool headerFound = false;
26132612
char newResponse[PAYLOAD_LEN];
26142613
memset(newResponse, 0, PAYLOAD_LEN * sizeof(char)); // Initialize newResponse to empty string
2615-
26162614
char line[256] = "";
26172615
char* start = payload;
26182616
char* end = strchr(start, '\r');

0 commit comments

Comments
 (0)