ARMmbed / mbed-os-example-sockets

Simple example for the network-socket API
Apache License 2.0
20 stars 38 forks source link

fix variable redeclared in error #186

Closed paul-szczepanek-arm closed 3 years ago

paul-szczepanek-arm commented 3 years ago

Decleration is shadowing the variable. The intention is to reuse the variable from outside the loop.

paul-szczepanek-arm commented 3 years ago

I'll look into the while condition but I'm merging this as clearly the shadowing is not intentional.