Skip to content

Commit f43d118

Browse files
committed
Changed system reset message value to avoid conflict with -1
1 parent 4105623 commit f43d118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avr/libraries/IntegerEasyTransfer/src/TwoWayIntegerEasyTransfer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CTwoWayIntegerEasyTransfer {
5050
/// <summary>Extended message for a feature request.</summary>
5151
MESSAGE_FEATURE = 0xF0,
5252
/// <summary>Extended message for software reset.</summary>
53-
MESSAGE_SYSTEM_RESET = 0xFF
53+
MESSAGE_SYSTEM_RESET = 0xF1
5454
};
5555

5656
/// <summary>

0 commit comments

Comments
 (0)