Skip to content

Commit

Permalink
fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 22, 2025
1 parent e750882 commit 15ba0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeDMDComm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ bool ZeDMDComm::SendChunks(uint8_t* pData, uint16_t size)

uint8_t ack[1] = {0};
int status = 0;
u_int16_t sent = 0;
uint16_t sent = 0;

while (sent < size && !m_stopFlag.load(std::memory_order_relaxed))
{
Expand Down

0 comments on commit 15ba0f9

Please sign in to comment.