We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4105623 commit f43d118Copy full SHA for f43d118
avr/libraries/IntegerEasyTransfer/src/TwoWayIntegerEasyTransfer.h
@@ -50,7 +50,7 @@ class CTwoWayIntegerEasyTransfer {
50
/// <summary>Extended message for a feature request.</summary>
51
MESSAGE_FEATURE = 0xF0,
52
/// <summary>Extended message for software reset.</summary>
53
- MESSAGE_SYSTEM_RESET = 0xFF
+ MESSAGE_SYSTEM_RESET = 0xF1
54
};
55
56
/// <summary>
0 commit comments