Skip to content

Commit 56c9311

Browse files
committed
substitute type for _heartbeat
1 parent 52ad874 commit 56c9311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/core/MySensorCore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ MyMessage _msgTmp; // Buffer for temporary messages (acks and nonces among other
2828
char _convBuf[MAX_PAYLOAD*2+1];
2929
#endif
3030

31-
unsigned long _heartbeat = 0;
31+
uint32_t _heartbeat = 0;
3232
void (*_timeCallback)(unsigned long); // Callback for requested time messages
3333

3434

0 commit comments

Comments
 (0)