mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
741d5dff9e
If the first sending was not successful it is better to abort. Then we get a return value of -1 (instead of -2 if the 2nd call will also fail) and we do not need to block even longer, with another timeout.