Skip to content

Commit e44c97a

Browse files
josesimoesaromaa
authored andcommitted
Improve discovery of nano device (#2482)
***NO_CI***
1 parent 191e8d2 commit e44c97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/WireProtocol/WireProtocol_Message.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// from nanoHAL_Time.h
1414
#define TIME_CONVERSION__TO_SYSTICKS 10000
1515

16-
static uint16_t _lastOutboundMessage = 65535;
16+
static uint16_t _lastOutboundMessage = 0;
1717
static uint64_t _receiveExpiryTicks;
1818
static uint8_t _rxState;
1919
static uint8_t *_pos;

0 commit comments

Comments
 (0)