Skip to content

Commit

Permalink
- removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Feb 21, 2024
1 parent e5de23a commit 7a3f4b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib60870-C/src/iec60870/cs104/cs104_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,6 @@ handleConnection(void* parameter)
if (self->rawMessageHandler)
self->rawMessageHandler(self->rawMessageHandlerParameter, self->recvBuffer, bytesRec, false);

bool startDtRecevied = false;
bool stopDtReceived = false;

#if (CONFIG_USE_SEMAPHORES == 1)
Semaphore_wait(self->conStateLock);
#endif /* (CONFIG_USE_SEMAPHORES == 1) */
Expand Down

0 comments on commit 7a3f4b0

Please sign in to comment.