Skip to content

Commit f79abe9

Browse files
committed
Merge pull request arduino#433 from mysensors/fix-prerocessor-mishap
Fix typo in nested prepropressor statments
2 parents f4456b0 + a284198 commit f79abe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/core/MyTransport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ void transportPresentNode() {
461461
#else
462462
present(NODE_SENSOR_ID, S_ARDUINO_NODE);
463463
#endif
464-
else
464+
#else
465465
if (_nc.nodeId != AUTO) {
466466
// Send signing preferences for this node to the GW
467467
signerPresentation(_msg, GATEWAY_ADDRESS);

0 commit comments

Comments
 (0)