mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-05-15 04:06:10 +00:00
Fix fall through marker
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -1356,7 +1356,8 @@ class TinyGsmXBee : public TinyGsmModem<TinyGsmXBee>,
|
||||
// 0x02 = Invalid parameters (bad IP/host)
|
||||
// 0x12 = DNS query lookup failure
|
||||
// 0x25 = Unknown server - DNS lookup failed (0x22 for UDP
|
||||
// socket!) fall through
|
||||
// socket!)
|
||||
// fall through
|
||||
case 0x02:
|
||||
case 0x12:
|
||||
case 0x25: {
|
||||
|
||||
Reference in New Issue
Block a user